]> Git Repo - qemu.git/blame_incremental - hw/usb-uhci.h
Merge remote branch 'kwolf/for-anthony' into staging
[qemu.git] / hw / usb-uhci.h
... / ...
CommitLineData
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);
8void usb_uhci_vt82c686b_init(PCIBus *bus, int devfn);
9
10#endif
This page took 0.021627 seconds and 4 git commands to generate.