diff options
Diffstat (limited to 'hw/pci_bridge.h')
-rw-r--r-- | hw/pci_bridge.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/pci_bridge.h b/hw/pci_bridge.h index 63ada199a5..f6fade0322 100644 --- a/hw/pci_bridge.h +++ b/hw/pci_bridge.h @@ -28,6 +28,9 @@ #include "pci.h" +int pci_bridge_ssvid_init(PCIDevice *dev, uint8_t offset, + uint16_t svid, uint16_t ssid); + PCIDevice *pci_bridge_get_device(PCIBus *bus); PCIBus *pci_bridge_get_sec_bus(PCIBridge *br); |