]> git.proxmox.com Git - qemu.git/blobdiff - hw/smbus.h
qdev: register all types natively through QEMU Object Model
[qemu.git] / hw / smbus.h
index 90fadee56ec29de669025336393cc7be3c0680aa..6ed45bd03d9a2446d29a68b929956ec9ffbcf1f0 100644 (file)
@@ -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);