mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-22 11:32:41 -05:00
Sleep timer, inspired by Jim Hagani
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2918 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2c639f5f86
commit
b43dba8760
7 changed files with 209 additions and 0 deletions
|
|
@ -76,4 +76,7 @@ bool battery_level_safe(void);
|
|||
|
||||
void set_poweroff_timeout(int timeout);
|
||||
|
||||
void set_sleep_timer(int seconds);
|
||||
int get_sleep_timer(void);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue