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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/common/backlight-sim.h b/uisimulator/common/backlight-sim.h
index cd77d0287b..cbb100b645 100644
--- a/uisimulator/common/backlight-sim.h
+++ b/uisimulator/common/backlight-sim.h
@@ -35,7 +35,7 @@ void backlight_hw_brightness(int val);
35void buttonlight_hw_on(void); 35void buttonlight_hw_on(void);
36void buttonlight_hw_off(void); 36void buttonlight_hw_off(void);
37#ifdef HAVE_BUTTONLIGHT_BRIGHTNESS 37#ifdef HAVE_BUTTONLIGHT_BRIGHTNESS
38void buttonlight_hw_set_brightness(int val); 38void buttonlight_hw_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