summaryrefslogtreecommitdiff
path: root/gp2x/flush_cache.S
diff options
context:
space:
mode:
Diffstat (limited to 'gp2x/flush_cache.S')
-rw-r--r--gp2x/flush_cache.S8
1 files changed, 8 insertions, 0 deletions
diff --git a/gp2x/flush_cache.S b/gp2x/flush_cache.S
new file mode 100644
index 0000000..4bde0e7
--- /dev/null
+++ b/gp2x/flush_cache.S
@@ -0,0 +1,8 @@
+@ vim:filetype=armasm
+
+.global gp2x_flush_cache @ beginning_addr, end_addr, flags
+
+gp2x_flush_cache:
+ swi #0x9f0002
+ mov pc, lr
+