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