From b884220990ef19d55fc07cebea910d1745b203d3 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 20 Aug 2009 15:22:21 +0200 Subject: ide: split away ide-macio.c create ide-macio.c and place macio support there. only build ide-macio support for platforms using it. Signed-off-by: Gerd Hoffmann Signed-off-by: Anthony Liguori --- hw/ide.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hw/ide.h') diff --git a/hw/ide.h b/hw/ide.h index faa04a3eb4..02aa68631e 100644 --- a/hw/ide.h +++ b/hw/ide.h @@ -15,4 +15,8 @@ void pci_piix3_ide_init(PCIBus *bus, BlockDriverState **hd_table, int devfn, void pci_piix4_ide_init(PCIBus *bus, BlockDriverState **hd_table, int devfn, qemu_irq *pic); +/* ide-macio.c */ +int pmac_ide_init (BlockDriverState **hd_table, qemu_irq irq, + void *dbdma, int channel, qemu_irq dma_irq); + #endif /* HW_IDE_H */ -- cgit v1.2.1