summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-04-15 16:16:26 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-04-15 16:16:26 +0000
commit19631f455226f5f02c577c732072ba3f04ccb9bb (patch)
treec2393a2d4a02c5fea2f80a51afe85059833e7bd9 /firmware/export
parent21aa3b135dddce1b186ccede3a981e312c2700f6 (diff)
downloadrockbox-19631f455226f5f02c577c732072ba3f04ccb9bb.zip
rockbox-19631f455226f5f02c577c732072ba3f04ccb9bb.tar.gz
rockbox-19631f455226f5f02c577c732072ba3f04ccb9bb.tar.bz2
rockbox-19631f455226f5f02c577c732072ba3f04ccb9bb.tar.xz
iRiver: Independent backlight timers for the main and remote LCD
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6303 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/backlight.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/backlight.h b/firmware/export/backlight.h
index d80f2bb..6025fba 100644
--- a/firmware/export/backlight.h
+++ b/firmware/export/backlight.h
@@ -27,6 +27,8 @@ int backlight_get_timeout(void);
void backlight_set_timeout(int index);
bool backlight_get_on_when_charging(void);
void backlight_set_on_when_charging(bool yesno);
+void remote_backlight_on(void);
+void remote_backlight_off(void);
extern const char backlight_timeout_value[];
#endif