forked from len0rd/rockbox
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:
parent
2a5772a20c
commit
666f2e61f0
7 changed files with 7 additions and 21 deletions
|
|
@ -27,17 +27,12 @@
|
|||
void lcd_remote_powersave(bool on);
|
||||
|
||||
bool remote_detect(void);
|
||||
void lcd_remote_init_device(void);
|
||||
void lcd_remote_on(void);
|
||||
void lcd_remote_off(void);
|
||||
|
||||
#ifndef SIMULATOR
|
||||
void _remote_backlight_on(void);
|
||||
void _remote_backlight_off(void);
|
||||
#endif
|
||||
|
||||
extern bool remote_initialized;
|
||||
|
||||
void lcd_remote_sleep(void);
|
||||
|
||||
int remote_read_device(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue