diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-09-14 09:08:26 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-09-14 09:08:26 +0000 |
| commit | 91216a5edc57431a94eebf7037bc72c5fe1a87dc (patch) | |
| tree | 6bcf24a9f1d271975f44348cb6129ea7fe0ff817 /firmware/export | |
| parent | 74353a7fe46c5d6973bffb2488f7c8276e088e80 (diff) | |
| download | rockbox-91216a5edc57431a94eebf7037bc72c5fe1a87dc.zip rockbox-91216a5edc57431a94eebf7037bc72c5fe1a87dc.tar.gz rockbox-91216a5edc57431a94eebf7037bc72c5fe1a87dc.tar.bz2 rockbox-91216a5edc57431a94eebf7037bc72c5fe1a87dc.tar.xz | |
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')
| -rw-r--r-- | firmware/export/powermgmt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/powermgmt.h b/firmware/export/powermgmt.h index ecd22f4..3c4a61f 100644 --- a/firmware/export/powermgmt.h +++ b/firmware/export/powermgmt.h @@ -134,6 +134,6 @@ int get_sleep_timer(void); void set_car_adapter_mode(bool setting); void reset_poweroff_timer(void); void shutdown_hw(void); -void sys_poweroff(bool halt); +void sys_poweroff(void); #endif |