cachectl.h 170 B

12345678910
  1. #ifndef _SYS_CACHECTL_H
  2. #define _SYS_CACHECTL_H 1
  3. #include <asm/cachectl.h>
  4. __BEGIN_DECLS
  5. extern int cacheflush(void *addr, int nbytes, int flags);
  6. __END_DECLS
  7. #endif