summaryrefslogtreecommitdiff
path: root/include/i2c.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/i2c.h')
-rw-r--r--include/i2c.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/i2c.h b/include/i2c.h
index 7543d8cb25..5dfedaa7e2 100644
--- a/include/i2c.h
+++ b/include/i2c.h
@@ -13,9 +13,6 @@
/* Flags for slave address field, in addition to the 8-bit address */
#define I2C_FLAG_BIG_ENDIAN 0x100 /* 16 byte values are MSB-first */
-/* Initialize the module. */
-int i2c_init(void);
-
/* Read a 16-bit register from the slave at 8-bit slave address <slaveaddr>, at
* the specified 8-bit <offset> in the slave's address space. */
int i2c_read16(int port, int slave_addr, int offset, int* data);