summaryrefslogtreecommitdiffstats
path: root/hw/usb.h
diff options
context:
space:
mode:
authorGerd Hoffmann2012-10-30 13:18:36 +0100
committerGerd Hoffmann2012-11-01 15:17:58 +0100
commitbb4d2b2f0aad4a940db86eb469de0bf91c1c6837 (patch)
treeddf7ddbaec74a6dafc67e740b25ff531823f8fec /hw/usb.h
parentusb/ehci-pci: add ich9 00:1a.* variant (diff)
downloadqemu-bb4d2b2f0aad4a940db86eb469de0bf91c1c6837.tar.gz
qemu-bb4d2b2f0aad4a940db86eb469de0bf91c1c6837.tar.xz
qemu-bb4d2b2f0aad4a940db86eb469de0bf91c1c6837.zip
usb/ehci-pci: add helper to create ich9 usb controllers
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/usb.h')
-rw-r--r--hw/usb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/usb.h b/hw/usb.h
index 3a6cc8444a..1837bf780f 100644
--- a/hw/usb.h
+++ b/hw/usb.h
@@ -524,5 +524,7 @@ const char *usb_device_get_product_desc(USBDevice *dev);
const USBDesc *usb_device_get_usb_desc(USBDevice *dev);
+int ehci_create_ich9_with_companions(PCIBus *bus, int slot);
+
#endif