forked from len0rd/rockbox
lcd-remote-target.h: Use only in firmware/target/
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31614 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d00b7e8a6d
commit
12ef8723f8
6 changed files with 6 additions and 38 deletions
|
|
@ -29,10 +29,6 @@
|
|||
|
||||
#ifdef HAVE_REMOTE_LCD /* Not for the players with *only* a remote LCD (m3) */
|
||||
|
||||
#ifndef __PCTOOL__
|
||||
#include "lcd-remote-target.h"
|
||||
#endif
|
||||
|
||||
#if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
|
||||
#define REMOTETYPE_UNPLUGGED 0
|
||||
#define REMOTETYPE_H100_LCD 1
|
||||
|
|
@ -156,6 +152,10 @@ extern lcd_remote_blockfunc_type* const lcd_remote_blockfuncs[8];
|
|||
|
||||
#endif /* HAVE_LCD_REMOTE */
|
||||
|
||||
#ifdef HAVE_REMOTE_LCD_TICKING
|
||||
void lcd_remote_emireduce(bool state);
|
||||
#endif
|
||||
|
||||
void lcd_remote_init_device(void);
|
||||
void lcd_remote_on(void);
|
||||
void lcd_remote_off(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue