2009-11-11 15:59:56 +03:00
|
|
|
#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);
|
2010-06-29 06:50:09 +04:00
|
|
|
void usb_uhci_vt82c686b_init(PCIBus *bus, int devfn);
|
2009-11-11 15:59:56 +03:00
|
|
|
|
|
|
|
#endif
|