slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types
[qemu.git] / hw / usb-ohci.h
blobeefcef36023e80fb1cfa3c8906f6a211d3b89f75
1 #ifndef QEMU_USB_OHCI_H
2 #define QEMU_USB_OHCI_H
4 #include "qemu-common.h"
6 void usb_ohci_init_pci(struct PCIBus *bus, int devfn);
8 #endif