Statistics
| Branch: | Revision:

root / hw / usb-uhci.h @ 56fe6408

History | View | Annotate | Download (237 Bytes)

1 18e08a55 Michael S. Tsirkin
#ifndef QEMU_USB_UHCI_H
2 18e08a55 Michael S. Tsirkin
#define QEMU_USB_UHCI_H
3 18e08a55 Michael S. Tsirkin
4 18e08a55 Michael S. Tsirkin
#include "qemu-common.h"
5 18e08a55 Michael S. Tsirkin
6 18e08a55 Michael S. Tsirkin
void usb_uhci_piix3_init(PCIBus *bus, int devfn);
7 18e08a55 Michael S. Tsirkin
void usb_uhci_piix4_init(PCIBus *bus, int devfn);
8 30235a54 Huacai Chen
void usb_uhci_vt82c686b_init(PCIBus *bus, int devfn);
9 18e08a55 Michael S. Tsirkin
10 18e08a55 Michael S. Tsirkin
#endif