Revision ae027ad3 hw/ide.h

b/hw/ide.h
10 10
/* ide-pci.c */
11 11
void pci_cmd646_ide_init(PCIBus *bus, DriveInfo **hd_table,
12 12
                         int secondary_ide_enabled);
13
void pci_piix3_ide_init(PCIBus *bus, DriveInfo **hd_table, int devfn,
14
                        qemu_irq *pic);
15
void pci_piix4_ide_init(PCIBus *bus, DriveInfo **hd_table, int devfn,
16
                        qemu_irq *pic);
13
void pci_piix3_ide_init(PCIBus *bus, DriveInfo **hd_table, int devfn);
14
void pci_piix4_ide_init(PCIBus *bus, DriveInfo **hd_table, int devfn);
17 15

  
18 16
/* ide-macio.c */
19 17
int pmac_ide_init (DriveInfo **hd_table, qemu_irq irq,

Also available in: Unified diff