]> git.proxmox.com Git - mirror_qemu.git/blob - hw/usb-ohci.h
usb: the big rename
[mirror_qemu.git] / hw / usb-ohci.h
1 #ifndef QEMU_USB_OHCI_H
2 #define QEMU_USB_OHCI_H
3
4 #include "qemu-common.h"
5
6 void usb_ohci_init_pci(struct PCIBus *bus, int devfn);
7
8 #endif
9