1
0
Fork 0
forked from len0rd/rockbox

Fix red/yellow

Change-Id: Ie01251af2cd843979b5fdefcfa541ba377d13bd7
This commit is contained in:
Marcin Bukat 2015-01-12 12:02:24 +01:00
parent bbd7d1dba3
commit 9ffd9327e3
12 changed files with 38 additions and 46 deletions

View file

@ -32,10 +32,10 @@ void backlight_hw_off(void);
void backlight_hw_brightness(int val);
#endif /* HAVE_BACKLIGHT_BRIGHTNESS */
#ifdef HAVE_BUTTON_LIGHT
voidbuttonlight_hw_on(void);
voidbuttonlight_hw_off(void);
void buttonlight_hw_on(void);
void buttonlight_hw_off(void);
#ifdef HAVE_BUTTONLIGHT_BRIGHTNESS
voidbuttonlight_hw_set_brightness(int val);
void buttonlight_hw_set_brightness(int val);
#endif /* HAVE_BUTTONLIGHT_BRIGHTNESS */
#endif /* HAVE_BUTTON_LIGHT */