summaryrefslogtreecommitdiff
path: root/firmware/export/powermgmt.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-09-14 09:08:26 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-09-14 09:08:26 +0000
commit91216a5edc57431a94eebf7037bc72c5fe1a87dc (patch)
tree6bcf24a9f1d271975f44348cb6129ea7fe0ff817 /firmware/export/powermgmt.h
parent74353a7fe46c5d6973bffb2488f7c8276e088e80 (diff)
downloadrockbox-91216a5edc57431a94eebf7037bc72c5fe1a87dc.tar.gz
rockbox-91216a5edc57431a94eebf7037bc72c5fe1a87dc.zip
The power thread now monitors the shutdown process and forces a poweroff if it takes more than 8 seconds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7517 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/powermgmt.h')
-rw-r--r--firmware/export/powermgmt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/powermgmt.h b/firmware/export/powermgmt.h
index ecd22f4643..3c4a61fb87 100644
--- a/firmware/export/powermgmt.h
+++ b/firmware/export/powermgmt.h
@@ -134,6 +134,6 @@ int get_sleep_timer(void);
134void set_car_adapter_mode(bool setting); 134void set_car_adapter_mode(bool setting);
135void reset_poweroff_timer(void); 135void reset_poweroff_timer(void);
136void shutdown_hw(void); 136void shutdown_hw(void);
137void sys_poweroff(bool halt); 137void sys_poweroff(void);
138 138
139#endif 139#endif