diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2012-01-07 18:34:09 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2012-01-07 18:34:09 +0000 |
commit | 666f2e61f0737062b0ce14618f5b7c704273a236 (patch) | |
tree | 9142bf12e79ee11be2fa35a8aa5659db9fe906af /firmware/export | |
parent | 2a5772a20cc54c36f3fe6214522b332ef3643a88 (diff) |
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.h | 5 |
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); |