Sign in
qemu-android
/
qemu-android
/
2bc6f59b232ae59bc7028ad14b25d79aa00bb5d2
/
.
/
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