diff options
Diffstat (limited to 'include/i2c.h')
| -rw-r--r-- | include/i2c.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/include/i2c.h b/include/i2c.h index 43d76fd81..6d39080d8 100644 --- a/include/i2c.h +++ b/include/i2c.h @@ -51,6 +51,9 @@   * repeatedly to change the speed and slave addresses.   */  void i2c_init(int speed, int slaveaddr); +#ifdef CFG_I2C_INIT_BOARD +void i2c_init_board(void); +#endif  /*   * Probe the given I2C chip address.  Returns 0 if a chip responded, |