]> Git Repo - qemu.git/blame - hw/usb-uhci.h
Add stub functions for PCI device models to do PCI DMA
[qemu.git] / hw / usb-uhci.h
CommitLineData
18e08a55
MT
1#ifndef QEMU_USB_UHCI_H
2#define QEMU_USB_UHCI_H
3
4#include "qemu-common.h"
5
6void usb_uhci_piix3_init(PCIBus *bus, int devfn);
7void usb_uhci_piix4_init(PCIBus *bus, int devfn);
30235a54 8void usb_uhci_vt82c686b_init(PCIBus *bus, int devfn);
18e08a55
MT
9
10#endif
This page took 0.33199 seconds and 4 git commands to generate.