summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/maemo
diff options
context:
space:
mode:
authorThomas Jarosch <tomj@simonv.com>2011-03-01 20:31:20 +0000
committerThomas Jarosch <tomj@simonv.com>2011-03-01 20:31:20 +0000
commitacd8bffb9576432cb52c6c325da74192a30bae67 (patch)
tree0374b5422ae31493abd8060c18178b3b1aec2494 /firmware/target/hosted/maemo
parent0f68a91bc567083ff8956e5cd68536728888e696 (diff)
downloadrockbox-acd8bffb9576432cb52c6c325da74192a30bae67.tar.gz
rockbox-acd8bffb9576432cb52c6c325da74192a30bae67.zip
Expose sys_poweroff() and cancel_shutdown() to RaaA. Hopefully fixes android build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29485 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/hosted/maemo')
-rw-r--r--firmware/target/hosted/maemo/maemo-thread.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/target/hosted/maemo/maemo-thread.c b/firmware/target/hosted/maemo/maemo-thread.c
index a0e5824252..8300c8f0b6 100644
--- a/firmware/target/hosted/maemo/maemo-thread.c
+++ b/firmware/target/hosted/maemo/maemo-thread.c
@@ -210,7 +210,3 @@ void set_poweroff_timeout(int timeout)
210void reset_poweroff_timer(void) 210void reset_poweroff_timer(void)
211{ 211{
212} 212}
213
214void cancel_shutdown(void)
215{
216}