aboutsummaryrefslogtreecommitdiff
path: root/hw/usb.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2012-10-30 13:18:36 +0100
committerGerd Hoffmann <kraxel@redhat.com>2012-11-01 15:17:58 +0100
commitbb4d2b2f0aad4a940db86eb469de0bf91c1c6837 (patch)
treeddf7ddbaec74a6dafc67e740b25ff531823f8fec /hw/usb.h
parentba07630c79807147786d3fd033e2762ae84eb132 (diff)
downloadqemu-bb4d2b2f0aad4a940db86eb469de0bf91c1c6837.zip
qemu-bb4d2b2f0aad4a940db86eb469de0bf91c1c6837.tar.gz
qemu-bb4d2b2f0aad4a940db86eb469de0bf91c1c6837.tar.bz2
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 3a6cc84..1837bf7 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