From 4adf929a90e1cc7bc559a69193a505166ddaba1b Mon Sep 17 00:00:00 2001 From: Jörg Hohensohn Date: Sun, 17 Oct 2004 23:24:18 +0000 Subject: Philips tuner supported git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5300 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/fmradio_i2c.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/export') diff --git a/firmware/export/fmradio_i2c.h b/firmware/export/fmradio_i2c.h index 06b7f9f7b7..b7007a80dd 100644 --- a/firmware/export/fmradio_i2c.h +++ b/firmware/export/fmradio_i2c.h @@ -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 -- cgit v1.2.3