]> git.proxmox.com Git - qemu.git/blobdiff - hw/pci.h
qdev: register all types natively through QEMU Object Model
[qemu.git] / hw / pci.h
index 09b232453b5f33a022177968e778b3e222c716a4..33b0b184ea452ff46dc65caa38cc441fda291a9a 100644 (file)
--- a/hw/pci.h
+++ b/hw/pci.h
@@ -464,8 +464,6 @@ pci_quad_test_and_set_mask(uint8_t *config, uint64_t mask)
     return val & mask;
 }
 
-void pci_qdev_register(DeviceInfo *info);
-
 PCIDevice *pci_create_multifunction(PCIBus *bus, int devfn, bool multifunction,
                                     const char *name);
 PCIDevice *pci_create_simple_multifunction(PCIBus *bus, int devfn,