summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2007-09-09 02:14:32 +0000
committerMichael Sevakis <jethead71@rockbox.org>2007-09-09 02:14:32 +0000
commite847054e63b59ece387535f688e35886249fa311 (patch)
treeef4cca439e66807e725e61777b8a5581e68c2a44 /firmware
parent0107dfc8276d73744bb097d643809205ef21d97b (diff)
downloadrockbox-e847054e63b59ece387535f688e35886249fa311.tar.gz
rockbox-e847054e63b59ece387535f688e35886249fa311.zip
Fix a warning.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14647 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/backlight.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/backlight.c b/firmware/backlight.c
index 41f0f75424..2143ece46a 100644
--- a/firmware/backlight.c
+++ b/firmware/backlight.c
@@ -42,6 +42,10 @@
#endif
#ifdef SIMULATOR
+/* TODO: find a better way to do it but we need a kernel thread somewhere to
+ handle this */
+extern void screen_dump(void);
+
static inline void __backlight_on(void)
{
sim_backlight(100);