diff options
Diffstat (limited to 'hw/pci.h')
| -rw-r--r-- | hw/pci.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/pci.h b/hw/pci.h index 09b232453b..33b0b184ea 100644 --- 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, |