Refactor lm3s flash module to new kblock api.
[bertos.git] / bertos / cpu / cortex-m3 / drv / i2c_lm3s.h
index 8d08e681b1cd538895ea301ddbddb7e42c817021..e6e6035d3b484f30cc70ef6e43a9bc48ed13b65a 100644 (file)
@@ -32,6 +32,7 @@
  *
  * \brief Driver for the LM3S I2C (interface)
  *
+ * \author Daniele Basile <asterix@develer.com>
  */
 
 #ifndef I2C_LM3S_H
@@ -50,6 +51,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 */