From e244f7f2a66891fa630b9cfb4453d97f2bd4e7d5 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Wed, 14 Sep 2005 09:44:45 +0000 Subject: [PATCH] Added a dummy sys_poweroff() in the boot loader git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7518 a1c6a512-1295-4272-9138-f99709370657 --- bootloader/main.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bootloader/main.c b/bootloader/main.c index 63108f14dc..5e981aa7fa 100644 --- a/bootloader/main.c +++ b/bootloader/main.c @@ -359,3 +359,7 @@ void usb_acknowledge(void) void usb_wait_for_disconnect(void) { } + +void sys_poweroff(void) +{ +}