From 23c5e4cab2d64e00b6000f4a360c87f65e003545 Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Mon, 8 Aug 2011 16:09:17 +0300 Subject: ppc: convert to memory API Reviewed-by: Richard Henderson Reviewed-by: Anthony Liguori Signed-off-by: Avi Kivity Signed-off-by: Anthony Liguori --- hw/ide.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/ide.h') diff --git a/hw/ide.h b/hw/ide.h index a490cbb6c5..9059aae289 100644 --- a/hw/ide.h +++ b/hw/ide.h @@ -19,7 +19,7 @@ PCIDevice *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, +MemoryRegion *pmac_ide_init (DriveInfo **hd_table, qemu_irq irq, void *dbdma, int channel, qemu_irq dma_irq); /* ide-mmio.c */ -- cgit v1.2.3