Sign in
android
/
platform
/
external
/
qemu-android
/
60e4c6317b8773d987729401aeca9d8c6b61b05f
/
.
/
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