summaryrefslogtreecommitdiffstats
path: root/api/i2c_driver.c
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2012-09-21 20:01:45 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2012-09-21 20:01:45 (GMT)
commitc0dd634c8b5b2eb7c566ad5a8d8e0a75ac4058c3 (patch)
tree98d25bda9e81f24889dd31827d0252ab088b85bb /api/i2c_driver.c
parentfc6c0fc3df42cfad3fe07aa20d06085d4026f0c0 (diff)
downloadAF903x_SRC-c0dd634c8b5b2eb7c566ad5a8d8e0a75ac4058c3.zip
AF903x_SRC-c0dd634c8b5b2eb7c566ad5a8d8e0a75ac4058c3.tar.gz
AF903x_SRC-c0dd634c8b5b2eb7c566ad5a8d8e0a75ac4058c3.tar.bz2
Josef Gercak's latest patches for the Asus U3100Mini PlusHEADmaster
Only the asus stick should work with this on 3.2 kernel. Other tuners/demodulators etc are disabled. Untested.
Diffstat (limited to 'api/i2c_driver.c')
-rw-r--r--api/i2c_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/i2c_driver.c b/api/i2c_driver.c
index ef6285d..ae2063d 100644
--- a/api/i2c_driver.c
+++ b/api/i2c_driver.c
@@ -37,7 +37,7 @@ int xc_read_i2c_data(unsigned char *bytes_received, int nb_bytes_to_receive)
return (error);
}
-int xc_reset(void)
+int xc_reset( void )
{
Dword error = Error_NO_ERROR;