From 4e26a3b42cb49974f63d1b8727d7b1d1830c9c81 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 17 Aug 2010 13:23:41 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2133 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/templates/i2c_lld.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'os/hal/templates/i2c_lld.h') diff --git a/os/hal/templates/i2c_lld.h b/os/hal/templates/i2c_lld.h index 250c827e5..3a2ceb4aa 100644 --- a/os/hal/templates/i2c_lld.h +++ b/os/hal/templates/i2c_lld.h @@ -91,8 +91,9 @@ extern "C" { void i2c_lld_init(void); void i2c_lld_start(I2CDriver *i2cp); void i2c_lld_stop(I2CDriver *i2cp); - void i2c_lld_master_start(I2CDriver *i2cp); + void i2c_lld_master_start(I2CDriver *i2cp, uint16_t header); void i2c_lld_master_stop(I2CDriver *i2cp); + void i2c_lld_master_restart(I2CDriver *i2cp); void i2c_lld_master_transmit(I2CDriver *i2cp, size_t n, const uint8_t *txbuf); void i2c_lld_master_receive(I2CDriver *i2cp, size_t n, uint8_t *rxbuf); -- cgit v1.2.3