From dd754886f5fd4004b521c954e263772d35fb6a46 Mon Sep 17 00:00:00 2001 From: Marcoen Hirschberg Date: Sat, 12 Aug 2006 08:01:54 +0000 Subject: update the gigabeat code and move to target_tree git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10535 a1c6a512-1295-4272-9138-f99709370657 --- firmware/system.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'firmware/system.c') 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) } #endif +#if CONFIG_CPU == S3C2440 +void system_reboot(void) { +} + +void system_init(void) { +} + +#endif #if defined(IRIVER_H100_SERIES) && !defined(SIMULATOR) bool detect_flashed_rockbox(void) { -- cgit v1.2.3