Revision 679f4f8b hw/ide.h

b/hw/ide.h
13 13
/* ide-pci.c */
14 14
void pci_cmd646_ide_init(PCIBus *bus, DriveInfo **hd_table,
15 15
                         int secondary_ide_enabled);
16
PCIDevice *pci_piix3_xen_ide_init(PCIBus *bus, DriveInfo **hd_table, int devfn);
16 17
PCIDevice *pci_piix3_ide_init(PCIBus *bus, DriveInfo **hd_table, int devfn);
17 18
PCIDevice *pci_piix4_ide_init(PCIBus *bus, DriveInfo **hd_table, int devfn);
18 19
void vt82c686b_ide_init(PCIBus *bus, DriveInfo **hd_table, int devfn);

Also available in: Unified diff