aboutsummaryrefslogtreecommitdiff
path: root/dists/gph/gp2x/mmuhack/flush_uppermem_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'dists/gph/gp2x/mmuhack/flush_uppermem_cache.h')
-rw-r--r--dists/gph/gp2x/mmuhack/flush_uppermem_cache.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/dists/gph/gp2x/mmuhack/flush_uppermem_cache.h b/dists/gph/gp2x/mmuhack/flush_uppermem_cache.h
new file mode 100644
index 0000000000..d01548e474
--- /dev/null
+++ b/dists/gph/gp2x/mmuhack/flush_uppermem_cache.h
@@ -0,0 +1,10 @@
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
+void flush_uppermem_cache(void *start_address, void *end_address, int flags);
+
+#ifdef __cplusplus
+}
+#endif