Sign in
qemu
/
qemu
/
be73cfe2be9a41de4f97e4847b3f12a7d6d61159
/
.
/
hw
/
usb-uhci.h
blob: 911948edb45b353b61036c5c0e85a92a11a1fdbc [
file
] [
log
] [
blame
]
#ifndef
QEMU_USB_UHCI_H
#define
QEMU_USB_UHCI_H
#include
"qemu-common.h"
void
usb_uhci_piix3_init
(
PCIBus
*
bus
,
int
devfn
);
void
usb_uhci_piix4_init
(
PCIBus
*
bus
,
int
devfn
);
#endif