Move generic i2c_hw_init prototype to i2c header.
[bertos.git] / bertos / cpu / cortex-m3 / drv / i2c_lm3s.h
index 8d08e681b1cd538895ea301ddbddb7e42c817021..b7d30e1656b351999f2ae15995e03b0c39e18e6b 100644 (file)
@@ -50,6 +50,4 @@ enum
        I2C_CNT  /**< Number of serial ports */
 };
 
-void i2c_hw_init(I2c *i2c, int dev, uint32_t clock);
-void i2c_init_0(void);
 #endif /* I2C_LM3S_H */