aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/arch/riscv/include/asm/arch-fu740/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/arch/riscv/include/asm/arch-fu740/cache.h')
-rw-r--r--roms/u-boot/arch/riscv/include/asm/arch-fu740/cache.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/roms/u-boot/arch/riscv/include/asm/arch-fu740/cache.h b/roms/u-boot/arch/riscv/include/asm/arch-fu740/cache.h
new file mode 100644
index 000000000..7d4fe9942
--- /dev/null
+++ b/roms/u-boot/arch/riscv/include/asm/arch-fu740/cache.h
@@ -0,0 +1,14 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Copyright (C) 2020-2021 SiFive, Inc.
+ *
+ * Authors:
+ * Pragnesh Patel <pragnesh.patel@sifve.com>
+ */
+
+#ifndef _CACHE_SIFIVE_H
+#define _CACHE_SIFIVE_H
+
+int cache_enable_ways(void);
+
+#endif /* _CACHE_SIFIVE_H */