summaryrefslogtreecommitdiffstats
path: root/hw/usb-uhci.h
diff options
context:
space:
mode:
authorHuacai Chen <zltjiangshi@gmail.com>2010-06-29 10:50:09 +0800
committerAurelien Jarno <aurelien@aurel32.net>2010-06-29 23:07:52 +0200
commit30235a54dcbdbff2e04779cba541695827230625 (patch)
treea109f7048bc7b31fd35953715ff371ee3e7dd61a /hw/usb-uhci.h
parent016512f3d49af277b768dd5d443b827f35e137ff (diff)
downloadhqemu-30235a54dcbdbff2e04779cba541695827230625.zip
hqemu-30235a54dcbdbff2e04779cba541695827230625.tar.gz
MIPS: Initial support of VIA USB controller used by fulong mini pc
Signed-off-by: Huacai Chen <zltjiangshi@gmail.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'hw/usb-uhci.h')
-rw-r--r--hw/usb-uhci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/usb-uhci.h b/hw/usb-uhci.h
index 911948e..3e4d377 100644
--- a/hw/usb-uhci.h
+++ b/hw/usb-uhci.h
@@ -5,5 +5,6 @@
void usb_uhci_piix3_init(PCIBus *bus, int devfn);
void usb_uhci_piix4_init(PCIBus *bus, int devfn);
+void usb_uhci_vt82c686b_init(PCIBus *bus, int devfn);
#endif
OpenPOWER on IntegriCloud