Sign in
qemu-android
/
qemu-android
/
4677d8ed9db8564fb0b02c1d012d4b25de633290
/
.
/
hw
/
usb-uhci.h
blob: 911948edb45b353b61036c5c0e85a92a11a1fdbc [
file
]
#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