diff options
author | Huacai Chen <zltjiangshi@gmail.com> | 2010-06-29 10:50:09 +0800 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2010-06-29 23:07:52 +0200 |
commit | 30235a54dcbdbff2e04779cba541695827230625 (patch) | |
tree | a109f7048bc7b31fd35953715ff371ee3e7dd61a /hw/usb-uhci.h | |
parent | 016512f3d49af277b768dd5d443b827f35e137ff (diff) |
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.h | 1 |
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 |