summaryrefslogtreecommitdiff
path: root/firmware/export/backlight.h
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2012-01-07 19:32:50 +0000
committerRafaël Carré <rafael.carre@gmail.com>2012-01-07 19:32:50 +0000
commit351c8b257381cefc14b86b4d5de9eb93390f4de4 (patch)
treea0f4eeaffdf3acac3c3a3731d3fb287aabdd8fa9 /firmware/export/backlight.h
parent6ab12df1534999b6f4de723335e4fbb42c55be2c (diff)
downloadrockbox-351c8b257381cefc14b86b4d5de9eb93390f4de4.tar.gz
rockbox-351c8b257381cefc14b86b4d5de9eb93390f4de4.zip
move _remote_backlight_* to common header
remove unused REMOTE_INIT_LCD / REMOTE_DEINIT_LCD git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31607 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/backlight.h')
-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 3b33e1a019..ceeb979573 100644
--- a/firmware/export/backlight.h
+++ b/firmware/export/backlight.h
@@ -65,6 +65,8 @@ void lcd_set_sleep_after_backlight_off(int index);
65#endif /* !HAVE_BACKLIGHT */ 65#endif /* !HAVE_BACKLIGHT */
66 66
67#ifdef HAVE_REMOTE_LCD 67#ifdef HAVE_REMOTE_LCD
68void _remote_backlight_on(void);
69void _remote_backlight_off(void);
68void remote_backlight_on(void); 70void remote_backlight_on(void);
69void remote_backlight_off(void); 71void remote_backlight_off(void);
70void remote_backlight_set_timeout(int value); 72void remote_backlight_set_timeout(int value);