]> Git Repo - qemu.git/blobdiff - hw/ide.h
ide: split away ide-pci.c
[qemu.git] / hw / ide.h
index 73ef93e41939587215210dd49982ca7c2e6ef212..faa04a3eb4526b026089d90f51984e265057ac1f 100644 (file)
--- a/hw/ide.h
+++ b/hw/ide.h
@@ -7,4 +7,12 @@
 void isa_ide_init(int iobase, int iobase2, qemu_irq irq,
                   BlockDriverState *hd0, BlockDriverState *hd1);
 
+/* ide-pci.c */
+void pci_cmd646_ide_init(PCIBus *bus, BlockDriverState **hd_table,
+                         int secondary_ide_enabled);
+void pci_piix3_ide_init(PCIBus *bus, BlockDriverState **hd_table, int devfn,
+                        qemu_irq *pic);
+void pci_piix4_ide_init(PCIBus *bus, BlockDriverState **hd_table, int devfn,
+                        qemu_irq *pic);
+
 #endif /* HW_IDE_H */
This page took 0.02388 seconds and 4 git commands to generate.