diff options
author | Thomas Jarosch <tomj@simonv.com> | 2011-02-28 23:05:00 +0000 |
---|---|---|
committer | Thomas Jarosch <tomj@simonv.com> | 2011-02-28 23:05:00 +0000 |
commit | 2647d11354d95bae15d3a119f482348775a77491 (patch) | |
tree | 59fc722a11eed0462af37b0a57e45cdbb88c1330 /firmware/export/powermgmt.h | |
parent | 3bcfd5c106e04a88d1c804eb410cbe641757ac53 (diff) |
Move sleep timer code outside of PLATFORM_NATIVE ifdef so RaaA can access it
Also remove redundant RaaA stubs for it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29467 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/powermgmt.h')
-rw-r--r-- | firmware/export/powermgmt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/powermgmt.h b/firmware/export/powermgmt.h index 983825052e..b22518f07d 100644 --- a/firmware/export/powermgmt.h +++ b/firmware/export/powermgmt.h @@ -164,6 +164,7 @@ void set_battery_type(int type); /* set local battery type */ void set_sleep_timer(int seconds); int get_sleep_timer(void); +void handle_sleep_timer(void); void set_car_adapter_mode(bool setting); void reset_poweroff_timer(void); void cancel_shutdown(void); |