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:
parent
8adc81dffb
commit
88c57383fb
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue