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, 10 insertions, 0 deletions
diff --git a/sysroot/usr/include/sys/cachectl.h b/sysroot/usr/include/sys/cachectl.h
new file mode 100644
index 0000000..51b3266
--- /dev/null
+++ b/sysroot/usr/include/sys/cachectl.h
@@ -0,0 +1,10 @@
+#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 */