Philips tuner supported

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5300 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jörg Hohensohn 2004-10-17 23:24:18 +00:00
parent ca45869a88
commit 4adf929a90
3 changed files with 197 additions and 11 deletions

View file

@ -20,7 +20,7 @@
#ifndef FMRADIO_I2C_H
#define FMRADIO_I2C_H
void fmradio_i2c_read(unsigned char* p_data); /* reads 5 byte */
void fmradio_i2c_set(const unsigned char* p_data); /* writes 5 bytes */
int fmradio_i2c_write(int address, const unsigned char* buf, int count);
int fmradio_i2c_read(int address, unsigned char* buf, int count);
#endif