Home | History | Annotate | Download | only in sys
      1 #ifndef _SYS_CACHECTL_H
      2 #define _SYS_CACHECTL_H 1
      3 
      4 #ifdef __mips__
      5 #include <asm/cachectl.h>
      6 extern int __cachectl (void *addr, __const int nbytes, __const int op);
      7 extern int _flush_cache (char *addr, __const int nbytes, __const int op);
      8 #endif
      9 
     10 #endif /* sys/cachectl.h */
     11