summaryrefslogtreecommitdiff
path: root/uisimulator/common/backlight-sim.h
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/common/backlight-sim.h')
-rw-r--r--uisimulator/common/backlight-sim.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/uisimulator/common/backlight-sim.h b/uisimulator/common/backlight-sim.h
index f7e35dcc75..cd77d0287b 100644
--- a/uisimulator/common/backlight-sim.h
+++ b/uisimulator/common/backlight-sim.h
@@ -32,10 +32,10 @@ void backlight_hw_off(void);
32void backlight_hw_brightness(int val); 32void backlight_hw_brightness(int val);
33#endif /* HAVE_BACKLIGHT_BRIGHTNESS */ 33#endif /* HAVE_BACKLIGHT_BRIGHTNESS */
34#ifdef HAVE_BUTTON_LIGHT 34#ifdef HAVE_BUTTON_LIGHT
35voidbuttonlight_hw_on(void); 35void buttonlight_hw_on(void);
36voidbuttonlight_hw_off(void); 36void buttonlight_hw_off(void);
37#ifdef HAVE_BUTTONLIGHT_BRIGHTNESS 37#ifdef HAVE_BUTTONLIGHT_BRIGHTNESS
38voidbuttonlight_hw_set_brightness(int val); 38void buttonlight_hw_set_brightness(int val);
39#endif /* HAVE_BUTTONLIGHT_BRIGHTNESS */ 39#endif /* HAVE_BUTTONLIGHT_BRIGHTNESS */
40#endif /* HAVE_BUTTON_LIGHT */ 40#endif /* HAVE_BUTTON_LIGHT */
41 41