Merge commit 'd34e8f6e9d3a396c3327aa9807c83f9e1f4a7bd7' into upstream-merge
[qemu-kvm.git] / hw / usb-uhci.h
blob3e4d3777d434099c989da382cb17233608bc8f2e
1 #ifndef QEMU_USB_UHCI_H
2 #define QEMU_USB_UHCI_H
4 #include "qemu-common.h"
6 void usb_uhci_piix3_init(PCIBus *bus, int devfn);
7 void usb_uhci_piix4_init(PCIBus *bus, int devfn);
8 void usb_uhci_vt82c686b_init(PCIBus *bus, int devfn);
10 #endif