1
0
Fork 0
forked from len0rd/rockbox

Not only H300 has a PCF50606

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8768 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2006-02-21 21:33:27 +00:00
parent 8adc81dffb
commit 88c57383fb

View file

@ -19,12 +19,10 @@
#ifndef PCF50606_H
#define PCF50606_H
#ifdef IRIVER_H300_SERIES
void pcf50606_init(void);
int pcf50606_write_multiple(int address, const unsigned char* buf, int count);
int pcf50606_write(int address, unsigned char val);
int pcf50606_read_multiple(int address, unsigned char* buf, int count);
int pcf50606_read(int address);
#endif
#endif