virtio-pci: compile per-target
[qemu/aliguori-queue.git] / hw / usb-ohci.h
blobaadc36516031825afa23cfb0efd22721a69b5be0
1 #ifndef QEMU_USB_OHCI_H
2 #define QEMU_USB_OHCI_H
4 #include "qemu-common.h"
6 void usb_ohci_init_pci(struct PCIBus *bus, int devfn, int be);
7 void usb_ohci_init_pxa(target_phys_addr_t base, int num_ports, int devfn,
8 qemu_irq irq, int be);
9 #endif