]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/ssi.h
qdev: register all types natively through QEMU Object Model
[mirror_qemu.git] / hw / ssi.h
index 97aefa73c0bd6fb552b771102bbebb4767267386..06657d7c16c44d8a6bce7eb775dc5051e8e905c4 100644 (file)
--- a/hw/ssi.h
+++ b/hw/ssi.h
@@ -38,8 +38,6 @@ struct SSISlave {
 #define SSI_SLAVE_FROM_QDEV(dev) DO_UPCAST(SSISlave, qdev, dev)
 #define FROM_SSI_SLAVE(type, dev) DO_UPCAST(type, ssidev, dev)
 
-void ssi_register_slave(DeviceInfo *info);
-
 DeviceState *ssi_create_slave(SSIBus *bus, const char *name);
 
 /* Master interface.  */