summaryrefslogtreecommitdiff
path: root/apps/plugins/rockboy/rockmacros.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/rockboy/rockmacros.h')
-rw-r--r--apps/plugins/rockboy/rockmacros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/rockboy/rockmacros.h b/apps/plugins/rockboy/rockmacros.h
index 9f8cdae59f..74398c75ab 100644
--- a/apps/plugins/rockboy/rockmacros.h
+++ b/apps/plugins/rockboy/rockmacros.h
@@ -73,7 +73,7 @@ void savestate(int fd);
73#define mkdir(a,b) rb->mkdir((a),(b)) 73#define mkdir(a,b) rb->mkdir((a),(b))
74#define open(a,b) rb->open((a),(b)) 74#define open(a,b) rb->open((a),(b))
75#define lseek(a,b,c) rb->lseek((a),(b),(c)) 75#define lseek(a,b,c) rb->lseek((a),(b),(c))
76#if CONFIG_KEYPAD == IRIVER_H100_PAD 76#if CONFIG_CPU == MCF5249 && !defined(SIMULATOR)
77#define ICODE_ATTR __attribute__ ((section(".icode"))) 77#define ICODE_ATTR __attribute__ ((section(".icode")))
78#define IDATA_ATTR __attribute__ ((section(".idata"))) 78#define IDATA_ATTR __attribute__ ((section(".idata")))
79#define USE_IRAM 1 79#define USE_IRAM 1