]> git.proxmox.com Git - qemu.git/blame - hw/usb-ohci.h
tcg-sparc: Use TCG_TARGET_REG_BITS in conditional compilation.
[qemu.git] / hw / usb-ohci.h
CommitLineData
18e08a55
MT
1#ifndef QEMU_USB_OHCI_H
2#define QEMU_USB_OHCI_H
3
4#include "qemu-common.h"
5
6void usb_ohci_init_pci(struct PCIBus *bus, int devfn);
7
8#endif
9