misc: i2c_eeprom: Add fallbacks
authorSean Anderson <sean.anderson@seco.com>
Thu, 5 May 2022 17:11:38 +0000 (13:11 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 8 Jun 2022 17:59:53 +0000 (13:59 -0400)
commit42f477f0ab2b179e6760f1f272b2611618082301
tree65b54040dd15e8afd8552b9305cd66ccd432d9aa
parentdda3b389201429a65746d99ad0e4e9e2bd9819b3
misc: i2c_eeprom: Add fallbacks

Add some fallback functions for when i2c_eeprom is disabled. This allows
code to reference i2c_eeprom_* functions without needing to check
whether support has been compiled in.

Signed-off-by: Sean Anderson <sean.anderson@seco.com>
include/i2c_eeprom.h