Move generic i2c_hw_init prototype to i2c header.
[bertos.git] / bertos / cpu / arm / drv / i2c_lpc2.h
index 4a98354baa5af9c3bc311d7958a2e5212d997115..ecdad2437d7607d9399abeed39bc82a8de00bfc1 100644 (file)
@@ -51,6 +51,4 @@ enum
        I2C_CNT  /**< Number of serial ports */
 };
 
-void i2c_hw_init(I2c *i2c, int dev, uint32_t clock);
-
 #endif /* I2C_LPC2_H */