summaryrefslogtreecommitdiffstats
path: root/firmware/export
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2012-01-07 18:34:09 +0000
committerRafaël Carré <rafael.carre@gmail.com>2012-01-07 18:34:09 +0000
commit666f2e61f0737062b0ce14618f5b7c704273a236 (patch)
tree9142bf12e79ee11be2fa35a8aa5659db9fe906af /firmware/export
parent2a5772a20cc54c36f3fe6214522b332ef3643a88 (diff)
downloadrockbox-666f2e61f0737062b0ce14618f5b7c704273a236.tar.gz
rockbox-666f2e61f0737062b0ce14618f5b7c704273a236.zip
move lcd remote common declarations to lcd-remote.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31604 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/lcd-remote.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/lcd-remote.h b/firmware/export/lcd-remote.h
index 305392cd90..f2fbbc62f3 100644
--- a/firmware/export/lcd-remote.h
+++ b/firmware/export/lcd-remote.h
@@ -112,6 +112,11 @@ extern unsigned lcd_remote_color_to_native(unsigned color);
/* The actual framebuffer */
extern fb_remote_data lcd_remote_framebuffer[LCD_REMOTE_FBHEIGHT][LCD_REMOTE_FBWIDTH];
+void lcd_remote_init_device(void);
+void lcd_remote_on(void);
+void lcd_remote_off(void);
+
+extern bool remote_initialized;
extern void lcd_remote_init(void);
extern int lcd_remote_default_contrast(void);