summaryrefslogtreecommitdiff
path: root/firmware/export/pcf50605.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/pcf50605.h')
-rw-r--r--firmware/export/pcf50605.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/firmware/export/pcf50605.h b/firmware/export/pcf50605.h
index 95fcaff8fb..4ea1379e4a 100644
--- a/firmware/export/pcf50605.h
+++ b/firmware/export/pcf50605.h
@@ -22,10 +22,11 @@
22 22
23#ifdef IPOD_ARCH 23#ifdef IPOD_ARCH
24int pcf50605_read(int address); 24int pcf50605_read(int address);
25void pcf50605_read_multiple(int address, unsigned char* buf, int count); 25int pcf50605_read_multiple(int address, unsigned char* buf, int count);
26int pcf50605_write(int address, unsigned char val); 26int pcf50605_write(int address, unsigned char val);
27int pcf50605_write_multiple(int address, const unsigned char* buf, int count); 27int pcf50605_write_multiple(int address, const unsigned char* buf, int count);
28int pcf50605_battery_read(void); 28int pcf50605_a2d_read(int channel);
29bool pcf50605_charger_inserted(void);
29void pcf50605_standby_mode(void); 30void pcf50605_standby_mode(void);
30#endif 31#endif
31 32