summaryrefslogtreecommitdiff
path: root/sysroot/usr/include/sys/cachectl.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysroot/usr/include/sys/cachectl.h')
-rw-r--r--sysroot/usr/include/sys/cachectl.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/sysroot/usr/include/sys/cachectl.h b/sysroot/usr/include/sys/cachectl.h
deleted file mode 100644
index 51b3266..0000000
--- a/sysroot/usr/include/sys/cachectl.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef _SYS_CACHECTL_H
-#define _SYS_CACHECTL_H 1
-
-#ifdef __mips__
-#include <asm/cachectl.h>
-extern int __cachectl (void *addr, __const int nbytes, __const int op);
-extern int _flush_cache (char *addr, __const int nbytes, __const int op);
-#endif
-
-#endif /* sys/cachectl.h */