Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone (and...
[qemu.git] / hw / usb-uhci.h
blob911948edb45b353b61036c5c0e85a92a11a1fdbc
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);
9 #endif