summaryrefslogtreecommitdiff
path: root/include/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/init.h')
-rw-r--r--include/init.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/init.h b/include/init.h
index d54d519a69..147ae6bb8e 100644
--- a/include/init.h
+++ b/include/init.h
@@ -101,6 +101,13 @@ int dram_init_banksize(void);
*/
int arch_reserve_stacks(void);
+/**
+ * init_cache_f_r() - Turn on the cache in preparation for relocation
+ *
+ * @return 0 if OK, -ve on error
+ */
+int init_cache_f_r(void);
+
int print_cpuinfo(void);
int timer_init(void);
int reserve_mmu(void);