Statistics
| Branch: | Revision:

root / hw / usb-ohci.h @ 22ed1d34

History | View | Annotate | Download (139 Bytes)

1 18e08a55 Michael S. Tsirkin
#ifndef QEMU_USB_OHCI_H
2 18e08a55 Michael S. Tsirkin
#define QEMU_USB_OHCI_H
3 18e08a55 Michael S. Tsirkin
4 18e08a55 Michael S. Tsirkin
#include "qemu-common.h"
5 18e08a55 Michael S. Tsirkin
6 a67ba3b6 Paul Brook
void usb_ohci_init_pci(struct PCIBus *bus, int devfn);
7 a67ba3b6 Paul Brook
8 18e08a55 Michael S. Tsirkin
#endif