ARM: cache: declare set_section_dcache
[kernel/u-boot.git] / arch / arm / include / asm / cache.h
index eef6a5a..416d2c8 100644 (file)
@@ -41,6 +41,7 @@ static inline void invalidate_l2_cache(void)
 
 void l2_cache_enable(void);
 void l2_cache_disable(void);
+void set_section_dcache(int section, enum dcache_option option);
 
 /*
  * The current upper bound for ARM L1 data cache line sizes is 64 bytes.  We