sb/intel/common: Add smbus_host_reset()
Change-Id: I3f6000df391295e2c0ce910a2a919a1dd3333519 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38229 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
@@ -32,4 +32,9 @@ int do_smbus_block_write(uintptr_t base, u8 device, u8 cmd, size_t bytes, const
|
||||
int do_i2c_eeprom_read(uintptr_t base, u8 device, u8 offset, size_t bytes, u8 *buf);
|
||||
int do_i2c_block_write(uintptr_t base, u8 device, size_t bytes, u8 *buf);
|
||||
|
||||
/* Upstream API */
|
||||
|
||||
void smbus_host_reset(uintptr_t base);
|
||||
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user