Sign in
kernel
/
pub
/
scm
/
virt
/
kvm
/
qemu-kvm
/
refs/heads/memory/exec-obsolete
/
.
/
hw
/
usb-uhci.h
blob: 3e4d3777d434099c989da382cb17233608bc8f2e [
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
);
void
usb_uhci_vt82c686b_init
(
PCIBus
*
bus
,
int
devfn
);
#endif