summaryrefslogtreecommitdiff
path: root/gp2x/sys_cacheflush.h
diff options
context:
space:
mode:
Diffstat (limited to 'gp2x/sys_cacheflush.h')
-rw-r--r--gp2x/sys_cacheflush.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gp2x/sys_cacheflush.h b/gp2x/sys_cacheflush.h
new file mode 100644
index 0000000..27f3c4c
--- /dev/null
+++ b/gp2x/sys_cacheflush.h
@@ -0,0 +1,3 @@
+
+void sys_cacheflush(void *start_addr, void *end_addr);
+