cache-b15-rac.h 162 B

12345678910
  1. #ifndef __ASM_ARM_HARDWARE_CACHE_B15_RAC_H
  2. #define __ASM_ARM_HARDWARE_CACHE_B15_RAC_H
  3. #ifndef __ASSEMBLY__
  4. void b15_flush_kern_cache_all(void);
  5. #endif
  6. #endif