Statistics
| Branch: | Revision:

root / hw / usb-uhci.h @ df0db221

History | View | Annotate | Download (237 Bytes)

1
#ifndef QEMU_USB_UHCI_H
2
#define QEMU_USB_UHCI_H
3

    
4
#include "qemu-common.h"
5

    
6
void usb_uhci_piix3_init(PCIBus *bus, int devfn);
7
void usb_uhci_piix4_init(PCIBus *bus, int devfn);
8
void usb_uhci_vt82c686b_init(PCIBus *bus, int devfn);
9

    
10
#endif