Statistics
| Branch: | Revision:

root / hw / usb-uhci.h @ 1b4e8f73

History | View | Annotate | Download (183 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 18e08a55 Michael S. Tsirkin
9 18e08a55 Michael S. Tsirkin
#endif