summaryrefslogtreecommitdiff
path: root/firmware/target/coldfire/iaudio/x5/lcd-remote-target.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-02-25 22:36:04 +0000
committerJens Arnold <amiconn@rockbox.org>2007-02-25 22:36:04 +0000
commit7d718a8064177a879423de7a78999a64126c79dc (patch)
treece4e6aab4c39eb6884463007899be2431094879b /firmware/target/coldfire/iaudio/x5/lcd-remote-target.h
parentd528e54b619007ec30bfbbe9dca6c0886c822b74 (diff)
downloadrockbox-7d718a8064177a879423de7a78999a64126c79dc.tar.gz
rockbox-7d718a8064177a879423de7a78999a64126c79dc.zip
X5: Move the remote tick to target tree.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12486 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/coldfire/iaudio/x5/lcd-remote-target.h')
-rw-r--r--firmware/target/coldfire/iaudio/x5/lcd-remote-target.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/target/coldfire/iaudio/x5/lcd-remote-target.h b/firmware/target/coldfire/iaudio/x5/lcd-remote-target.h
index 783363bef3..86c361097b 100644
--- a/firmware/target/coldfire/iaudio/x5/lcd-remote-target.h
+++ b/firmware/target/coldfire/iaudio/x5/lcd-remote-target.h
@@ -19,6 +19,9 @@
19#ifndef LCD_REMOTE_TARGET_H 19#ifndef LCD_REMOTE_TARGET_H
20#define LCD_REMOTE_TARGET_H 20#define LCD_REMOTE_TARGET_H
21 21
22#define REMOTE_INIT_LCD 1
23#define REMOTE_DEINIT_LCD 2
24
22void lcd_remote_init_device(void); 25void lcd_remote_init_device(void);
23void lcd_remote_write_command(int cmd); 26void lcd_remote_write_command(int cmd);
24void lcd_remote_write_command_ex(int cmd, int data); 27void lcd_remote_write_command_ex(int cmd, int data);