From ed4d7a33bdeba5ce11512ee617398a2840797203 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Fri, 21 Jul 2006 08:42:28 +0000 Subject: Patch #5347 by Rani Hod - Adds FM radio and recording features to the iAudio X5. Also includes a rewrite of the Coldfire I2C driver to include both read and write. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10272 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/fmradio_i2c.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/export/fmradio_i2c.h') diff --git a/firmware/export/fmradio_i2c.h b/firmware/export/fmradio_i2c.h index b7007a80dd..6483594d04 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 -int fmradio_i2c_write(int address, const unsigned char* buf, int count); -int fmradio_i2c_read(int address, unsigned char* buf, int count); +int fmradio_i2c_write(unsigned char address, const unsigned char* buf, int count); +int fmradio_i2c_read(unsigned char address, unsigned char* buf, int count); #endif -- cgit v1.2.3