summaryrefslogtreecommitdiff
path: root/hw/ide.h
diff options
context:
space:
mode:
authorHuacai Chen <zltjiangshi@gmail.com>2010-06-29 10:49:50 +0800
committerAurelien Jarno <aurelien@aurel32.net>2010-06-29 23:07:52 +0200
commit016512f3d49af277b768dd5d443b827f35e137ff (patch)
treee3212ce0611901e4b49301b9afee29f3874454d5 /hw/ide.h
parentedf79e66c020cf540080600d85c5edaa70538025 (diff)
downloadqemu-016512f3d49af277b768dd5d443b827f35e137ff.tar.gz
MIPS: Initial support of VIA IDE 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/ide.h')
-rw-r--r--hw/ide.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ide.h b/hw/ide.h
index 0e7d540bdb..bb635b6c06 100644
--- a/hw/ide.h
+++ b/hw/ide.h
@@ -12,6 +12,7 @@ void pci_cmd646_ide_init(PCIBus *bus, DriveInfo **hd_table,
int secondary_ide_enabled);
void pci_piix3_ide_init(PCIBus *bus, DriveInfo **hd_table, int devfn);
void pci_piix4_ide_init(PCIBus *bus, DriveInfo **hd_table, int devfn);
+void vt82c686b_ide_init(PCIBus *bus, DriveInfo **hd_table, int devfn);
/* ide-macio.c */
int pmac_ide_init (DriveInfo **hd_table, qemu_irq irq,