aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gph/devices/gp2x/mmuhack/flush_uppermem_cache.h
diff options
context:
space:
mode:
authorDavid-John Willis2011-04-12 12:05:56 +0100
committerDavid-John Willis2011-04-13 08:01:15 +0100
commitcb3e3e7125274dba4437f0beb35b461405eb3442 (patch)
treebf414509142fe8e02593f77c8e5188974ee964cc /backends/platform/gph/devices/gp2x/mmuhack/flush_uppermem_cache.h
parent65fc72e30a885f6adca99505ee869e010f94c1c3 (diff)
downloadscummvm-rg350-cb3e3e7125274dba4437f0beb35b461405eb3442.tar.gz
scummvm-rg350-cb3e3e7125274dba4437f0beb35b461405eb3442.tar.bz2
scummvm-rg350-cb3e3e7125274dba4437f0beb35b461405eb3442.zip
GP2X: Move build support files into the GPH backend.
Diffstat (limited to 'backends/platform/gph/devices/gp2x/mmuhack/flush_uppermem_cache.h')
-rw-r--r--backends/platform/gph/devices/gp2x/mmuhack/flush_uppermem_cache.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/backends/platform/gph/devices/gp2x/mmuhack/flush_uppermem_cache.h b/backends/platform/gph/devices/gp2x/mmuhack/flush_uppermem_cache.h
new file mode 100644
index 0000000000..520841ace7
--- /dev/null
+++ b/backends/platform/gph/devices/gp2x/mmuhack/flush_uppermem_cache.h
@@ -0,0 +1,11 @@
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
+void flush_uppermem_cache(void *start_address, void *end_address, int flags);
+
+#ifdef __cplusplus
+}
+#endif
+