summaryrefslogtreecommitdiff
path: root/firmware/target/coldfire/iaudio/lcd-remote-target.h
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2012-01-07 19:07:36 +0000
committerRafaël Carré <rafael.carre@gmail.com>2012-01-07 19:07:36 +0000
commit50f96943bef6996f354aa01a0f5265cbe14764b6 (patch)
tree03fe117e4dce71dce2e9f4b0b79c602502125726 /firmware/target/coldfire/iaudio/lcd-remote-target.h
parent666f2e61f0737062b0ce14618f5b7c704273a236 (diff)
downloadrockbox-50f96943bef6996f354aa01a0f5265cbe14764b6.tar.gz
rockbox-50f96943bef6996f354aa01a0f5265cbe14764b6.zip
remote_detect(): move to lcd-remote.h
Reorganize lcd-remote.h so it works for iaudio-m3 too git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31605 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/coldfire/iaudio/lcd-remote-target.h')
-rw-r--r--firmware/target/coldfire/iaudio/lcd-remote-target.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/target/coldfire/iaudio/lcd-remote-target.h b/firmware/target/coldfire/iaudio/lcd-remote-target.h
index 435eee08c8..fe55212b81 100644
--- a/firmware/target/coldfire/iaudio/lcd-remote-target.h
+++ b/firmware/target/coldfire/iaudio/lcd-remote-target.h
@@ -24,7 +24,6 @@
24#define REMOTE_INIT_LCD 1 24#define REMOTE_INIT_LCD 1
25#define REMOTE_DEINIT_LCD 2 25#define REMOTE_DEINIT_LCD 2
26 26
27bool remote_detect(void);
28void lcd_remote_powersave(bool on); 27void lcd_remote_powersave(bool on);
29void lcd_remote_poweroff(void); /* for when remote is plugged during shutdown*/ 28void lcd_remote_poweroff(void); /* for when remote is plugged during shutdown*/
30 29