diff options
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/i2c-pp.h | 1 | ||||
-rw-r--r-- | firmware/export/tuner.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/firmware/export/i2c-pp.h b/firmware/export/i2c-pp.h index 230b6bbdc9..55e84b65a4 100644 --- a/firmware/export/i2c-pp.h +++ b/firmware/export/i2c-pp.h | |||
@@ -52,7 +52,6 @@ | |||
52 | void i2c_lock(void); | 52 | void i2c_lock(void); |
53 | void i2c_unlock(void); | 53 | void i2c_unlock(void); |
54 | 54 | ||
55 | void i2c_init(void); | ||
56 | int i2c_readbyte(unsigned int dev_addr, int addr); | 55 | int i2c_readbyte(unsigned int dev_addr, int addr); |
57 | int pp_i2c_send(unsigned int addr, int data0, int data1); | 56 | int pp_i2c_send(unsigned int addr, int data0, int data1); |
58 | int i2c_readbytes(unsigned int dev_addr, int addr, int len, unsigned char *data); | 57 | int i2c_readbytes(unsigned int dev_addr, int addr, int len, unsigned char *data); |
diff --git a/firmware/export/tuner.h b/firmware/export/tuner.h index 8f1839a7bb..6d6a690d77 100644 --- a/firmware/export/tuner.h +++ b/firmware/export/tuner.h | |||
@@ -133,7 +133,6 @@ enum | |||
133 | /** **/ | 133 | /** **/ |
134 | 134 | ||
135 | void tuner_init(void); | 135 | void tuner_init(void); |
136 | bool tuner_power(bool power); | ||
137 | 136 | ||
138 | #endif /* #if CONFIG_TUNER */ | 137 | #endif /* #if CONFIG_TUNER */ |
139 | 138 | ||