summaryrefslogtreecommitdiff
path: root/apps/plugins/rockboy/fastmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/rockboy/fastmem.h')
-rw-r--r--apps/plugins/rockboy/fastmem.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/plugins/rockboy/fastmem.h b/apps/plugins/rockboy/fastmem.h
index e36eb2032a..cc73a55a9d 100644
--- a/apps/plugins/rockboy/fastmem.h
+++ b/apps/plugins/rockboy/fastmem.h
@@ -13,10 +13,5 @@ int readw(int a) ICODE_ATTR;
13void writew(int a, int w) ICODE_ATTR; 13void writew(int a, int w) ICODE_ATTR;
14byte readhi(int a) ICODE_ATTR; 14byte readhi(int a) ICODE_ATTR;
15void writehi(int a, byte b) ICODE_ATTR; 15void writehi(int a, byte b) ICODE_ATTR;
16#if 0
17byte readhi(int a);
18void writehi(int a, byte b);
19#endif
20
21 16
22#endif 17#endif