diff options
Diffstat (limited to 'hw/smbus.h')
-rw-r--r-- | hw/smbus.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/smbus.h b/hw/smbus.h index 90fadee56..6ed45bd03 100644 --- a/hw/smbus.h +++ b/hw/smbus.h @@ -65,8 +65,6 @@ struct SMBusDevice { uint8_t command; }; -void smbus_register_device(DeviceInfo *info); - /* Master device commands. */ void smbus_quick_command(i2c_bus *bus, uint8_t addr, int read); uint8_t smbus_receive_byte(i2c_bus *bus, uint8_t addr); |