summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2006-02-21 21:33:27 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2006-02-21 21:33:27 +0000
commit88c57383fb6b1bb7c848b830daf519e6b26005f0 (patch)
tree5617644fea51dac95b3d81f40b3335c5a154ec5b
parent8adc81dffbb72d98e469043e3c4ce8430f19799b (diff)
downloadrockbox-88c57383fb6b1bb7c848b830daf519e6b26005f0.tar.gz
rockbox-88c57383fb6b1bb7c848b830daf519e6b26005f0.zip
Not only H300 has a PCF50606
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8768 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/pcf50606.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/export/pcf50606.h b/firmware/export/pcf50606.h
index fd180bfaee..cbfaeb1135 100644
--- a/firmware/export/pcf50606.h
+++ b/firmware/export/pcf50606.h
@@ -19,12 +19,10 @@
19#ifndef PCF50606_H 19#ifndef PCF50606_H
20#define PCF50606_H 20#define PCF50606_H
21 21
22#ifdef IRIVER_H300_SERIES
23void pcf50606_init(void); 22void pcf50606_init(void);
24int pcf50606_write_multiple(int address, const unsigned char* buf, int count); 23int pcf50606_write_multiple(int address, const unsigned char* buf, int count);
25int pcf50606_write(int address, unsigned char val); 24int pcf50606_write(int address, unsigned char val);
26int pcf50606_read_multiple(int address, unsigned char* buf, int count); 25int pcf50606_read_multiple(int address, unsigned char* buf, int count);
27int pcf50606_read(int address); 26int pcf50606_read(int address);
28#endif
29 27
30#endif 28#endif