Statistics
| Branch: | Revision:

root / hw / usb-ohci.h @ 39ec9a50

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 18e08a55 Michael S. Tsirkin
void usb_ohci_init_pci(struct PCIBus *bus, int devfn);
7 18e08a55 Michael S. Tsirkin
8 18e08a55 Michael S. Tsirkin
#endif