move lcd remote common declarations to lcd-remote.h

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31604 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2012-01-07 18:34:09 +00:00
parent 2a5772a20c
commit 666f2e61f0
7 changed files with 7 additions and 21 deletions

View file

@ -24,13 +24,8 @@
#define REMOTE_INIT_LCD 1
#define REMOTE_DEINIT_LCD 2
void lcd_remote_init_device(void);
bool remote_detect(void);
void lcd_remote_powersave(bool on);
void lcd_remote_on(void);
void lcd_remote_off(void);
void lcd_remote_poweroff(void); /* for when remote is plugged during shutdown*/
extern bool remote_initialized;
#endif