summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2008-05-28 10:49:00 +0000
committerMichael Sevakis <jethead71@rockbox.org>2008-05-28 10:49:00 +0000
commit0f7f5f2267dd7447466f28946d57597b1c0b78c7 (patch)
tree32ac2f252973c9bbe1eb45ffdb71d36e8650b59c
parentcdf18bf388b5469800c65e4d6fe77cba27b2b8e3 (diff)
downloadrockbox-0f7f5f2267dd7447466f28946d57597b1c0b78c7.tar.gz
rockbox-0f7f5f2267dd7447466f28946d57597b1c0b78c7.zip
Fix yellow.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17642 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/lcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h
index 45a6850db9..a7f4d7e471 100644
--- a/firmware/export/lcd.h
+++ b/firmware/export/lcd.h
@@ -344,8 +344,8 @@ extern bool lcd_enabled(void);
344/* Register a hook that is called when the lcd is powered and after the 344/* Register a hook that is called when the lcd is powered and after the
345 * framebuffer data is synchronized */ 345 * framebuffer data is synchronized */
346void lcd_set_enable_hook(void (*enable_hook)(void)); 346void lcd_set_enable_hook(void (*enable_hook)(void));
347void lcd_call_enable_hook(void);
348#endif /* HAVE_LCD_ENABLE */ 347#endif /* HAVE_LCD_ENABLE */
348void lcd_call_enable_hook(void);
349 349
350#ifdef HAVE_LCD_SLEEP 350#ifdef HAVE_LCD_SLEEP
351/* Put the LCD into a power saving state deeper than lcd_enable(false). */ 351/* Put the LCD into a power saving state deeper than lcd_enable(false). */