diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2012-01-07 19:32:50 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2012-01-07 19:32:50 +0000 |
| commit | 351c8b257381cefc14b86b4d5de9eb93390f4de4 (patch) | |
| tree | a0f4eeaffdf3acac3c3a3731d3fb287aabdd8fa9 /firmware/export | |
| parent | 6ab12df1534999b6f4de723335e4fbb42c55be2c (diff) | |
| download | rockbox-351c8b257381cefc14b86b4d5de9eb93390f4de4.zip rockbox-351c8b257381cefc14b86b4d5de9eb93390f4de4.tar.gz rockbox-351c8b257381cefc14b86b4d5de9eb93390f4de4.tar.bz2 rockbox-351c8b257381cefc14b86b4d5de9eb93390f4de4.tar.xz | |
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')
| -rw-r--r-- | firmware/export/backlight.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/backlight.h b/firmware/export/backlight.h index 3b33e1a..ceeb979 100644 --- a/firmware/export/backlight.h +++ b/firmware/export/backlight.h @@ -65,6 +65,8 @@ void lcd_set_sleep_after_backlight_off(int index); #endif /* !HAVE_BACKLIGHT */ #ifdef HAVE_REMOTE_LCD +void _remote_backlight_on(void); +void _remote_backlight_off(void); void remote_backlight_on(void); void remote_backlight_off(void); void remote_backlight_set_timeout(int value); |