summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/cache.h')
-rw-r--r--include/asm-arm/cache.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-arm/cache.h b/include/asm-arm/cache.h
index 248240bef0..d0518be28c 100644
--- a/include/asm-arm/cache.h
+++ b/include/asm-arm/cache.h
@@ -38,4 +38,8 @@ static inline void invalidate_l2_cache(void)
: : "r" (val) : "cc");
isb();
}
+
+void l2_cache_enable(void);
+void l2_cache_disable(void);
+
#endif /* _ASM_CACHE_H */
OpenPOWER on IntegriCloud