mt_innercache.h 213 B

12345678
  1. #ifndef __MT_INNERCACHE_H
  2. #define __MT_INNERCACHE_H
  3. extern void __inner_flush_dcache_all(void);
  4. extern void __inner_flush_dcache_L1(void);
  5. extern void __inner_flush_dcache_L2(void);
  6. #endif /* !__INNERCACHE_H */