diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2012-10-30 13:18:36 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-11-01 15:17:58 +0100 |
commit | bb4d2b2f0aad4a940db86eb469de0bf91c1c6837 (patch) | |
tree | ddf7ddbaec74a6dafc67e740b25ff531823f8fec /hw/usb.h | |
parent | ba07630c79807147786d3fd033e2762ae84eb132 (diff) | |
download | qemu-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |