usb-ohci.h 139 B

123456789
  1. #ifndef QEMU_USB_OHCI_H
  2. #define QEMU_USB_OHCI_H
  3. #include "qemu-common.h"
  4. void usb_ohci_init_pci(struct PCIBus *bus, int devfn);
  5. #endif