summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/csky/sys/cachectl.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/csky/sys/cachectl.h')
-rw-r--r--libc/sysdeps/linux/csky/sys/cachectl.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/csky/sys/cachectl.h b/libc/sysdeps/linux/csky/sys/cachectl.h
new file mode 100644
index 000000000..0d45bf07f
--- /dev/null
+++ b/libc/sysdeps/linux/csky/sys/cachectl.h
@@ -0,0 +1,10 @@
+#ifndef _SYS_CACHECTL_H
+#define _SYS_CACHECTL_H 1
+
+#include <asm/cachectl.h>
+
+__BEGIN_DECLS
+extern int cacheflush(void *addr, int nbytes, int flags);
+__END_DECLS
+
+#endif