summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/lcd-remote.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/lcd-remote.h b/firmware/export/lcd-remote.h
index 41042e0..2a48b6f 100644
--- a/firmware/export/lcd-remote.h
+++ b/firmware/export/lcd-remote.h
@@ -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);