summaryrefslogtreecommitdiff
path: root/firmware/system.c
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2006-08-12 08:01:54 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2006-08-12 08:01:54 +0000
commitdd754886f5fd4004b521c954e263772d35fb6a46 (patch)
treebcf072bd18da2c7d2b5aa0ebbb89a01a50354f23 /firmware/system.c
parente6ed58f6c545719ed804c9ad513496f8d0fa0286 (diff)
downloadrockbox-dd754886f5fd4004b521c954e263772d35fb6a46.tar.gz
rockbox-dd754886f5fd4004b521c954e263772d35fb6a46.zip
update the gigabeat code and move to target_tree
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10535 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/system.c')
-rw-r--r--firmware/system.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/firmware/system.c b/firmware/system.c
index c635254a8a..2767f50edc 100644
--- a/firmware/system.c
+++ b/firmware/system.c
@@ -77,7 +77,15 @@ void cpu_idle_mode(bool on_off)
77} 77}
78 78
79#endif 79#endif
80#if CONFIG_CPU == S3C2440
80 81
82void system_reboot(void) {
83}
84
85void system_init(void) {
86}
87
88#endif
81#if defined(IRIVER_H100_SERIES) && !defined(SIMULATOR) 89#if defined(IRIVER_H100_SERIES) && !defined(SIMULATOR)
82bool detect_flashed_rockbox(void) 90bool detect_flashed_rockbox(void)
83{ 91{