summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/csky/cacheflush.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/csky/cacheflush.c')
-rw-r--r--libc/sysdeps/linux/csky/cacheflush.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/csky/cacheflush.c b/libc/sysdeps/linux/csky/cacheflush.c
new file mode 100644
index 000000000..7762c7332
--- /dev/null
+++ b/libc/sysdeps/linux/csky/cacheflush.c
@@ -0,0 +1,2 @@
+#include <sys/syscall.h>
+_syscall3(int, cacheflush, void *, addr, int, nbytes, int, op)