summaryrefslogtreecommitdiff
path: root/firmware/backlight.h
diff options
context:
space:
mode:
authorUwe Freese <thebreaker@rockbox.org>2002-12-14 22:01:27 +0000
committerUwe Freese <thebreaker@rockbox.org>2002-12-14 22:01:27 +0000
commit86ddabf75d4461161506925641b16f3a7dc7463b (patch)
tree52c20924c3c8bb216184c63e46e2b7817f4624f0 /firmware/backlight.h
parent342319a6d5dd85c84c19835e378b8c3359f9755c (diff)
downloadrockbox-86ddabf75d4461161506925641b16f3a7dc7463b.tar.gz
rockbox-86ddabf75d4461161506925641b16f3a7dc7463b.zip
added backlight_get_timeout and backlight_get_on_when_charging
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2994 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/backlight.h')
-rw-r--r--firmware/backlight.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/backlight.h b/firmware/backlight.h
index 77049e3ce8..09efc45060 100644
--- a/firmware/backlight.h
+++ b/firmware/backlight.h
@@ -23,7 +23,9 @@ void backlight_init(void);
23void backlight_on(void); 23void backlight_on(void);
24void backlight_off(void); 24void backlight_off(void);
25void backlight_tick(void); 25void backlight_tick(void);
26int backlight_get_timeout(void);
26void backlight_set_timeout(int seconds); 27void backlight_set_timeout(int seconds);
28bool backlight_get_on_when_charging(void);
27void backlight_set_on_when_charging(bool yesno); 29void backlight_set_on_when_charging(bool yesno);
28 30
29#endif 31#endif