2009-11-11 13:59:56 +01: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 04:50:09 +02:00
|
|
|
void usb_uhci_vt82c686b_init(PCIBus *bus, int devfn);
|
2009-11-11 13:59:56 +01:00
|
|
|
|
|
|
|
#endif
|