summaryrefslogtreecommitdiff
path: root/hw/pci_bridge.h
diff options
context:
space:
mode:
authorIsaku Yamahata <yamahata@valinux.co.jp>2010-09-06 16:46:17 +0900
committerMichael S. Tsirkin <mst@redhat.com>2010-09-07 20:10:04 +0300
commitf4c817e000e50e9a0db8f95ce6496628bd70733d (patch)
tree3747b5a010f23a7ee352561a574eab7e7a4ef0d3 /hw/pci_bridge.h
parentca77089d2d8e73283bfc73f03d954504561e1ce8 (diff)
downloadqemu-f4c817e000e50e9a0db8f95ce6496628bd70733d.tar.gz
pci bridge: add helper function for ssvid capability.
helper function to add ssvid capability. Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/pci_bridge.h')
-rw-r--r--hw/pci_bridge.h3
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);