aboutsummaryrefslogtreecommitdiff
path: root/hw/usb-uhci.h
diff options
context:
space:
mode:
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 911948edb4..3e4d3777d4 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