usb-uhci.h 237 B

12345678910
  1. #ifndef QEMU_USB_UHCI_H
  2. #define QEMU_USB_UHCI_H
  3. #include "qemu-common.h"
  4. void usb_uhci_piix3_init(PCIBus *bus, int devfn);
  5. void usb_uhci_piix4_init(PCIBus *bus, int devfn);
  6. void usb_uhci_vt82c686b_init(PCIBus *bus, int devfn);
  7. #endif