summaryrefslogtreecommitdiff
path: root/firmware/export/pcf50606.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/pcf50606.h')
-rw-r--r--firmware/export/pcf50606.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/firmware/export/pcf50606.h b/firmware/export/pcf50606.h
index 3941ea68d4..fd180bfaee 100644
--- a/firmware/export/pcf50606.h
+++ b/firmware/export/pcf50606.h
@@ -21,8 +21,10 @@
21 21
22#ifdef IRIVER_H300_SERIES 22#ifdef IRIVER_H300_SERIES
23void pcf50606_init(void); 23void pcf50606_init(void);
24int pcf50606_write(int address, const unsigned char* buf, int count); 24int pcf50606_write_multiple(int address, const unsigned char* buf, int count);
25int pcf50606_read(int address, unsigned char* buf, int count); 25int pcf50606_write(int address, unsigned char val);
26int pcf50606_read_multiple(int address, unsigned char* buf, int count);
27int pcf50606_read(int address);
26#endif 28#endif
27 29
28#endif 30#endif