diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2009-08-20 15:22:21 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-08-27 20:43:33 -0500 |
commit | b884220990ef19d55fc07cebea910d1745b203d3 (patch) | |
tree | 30cade637c4630c4462a4edcd7fddcef388f70d8 /hw/ppc_mac.h | |
parent | 977e1244e8eeb22640143a8885eb672296f93210 (diff) |
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 <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/ppc_mac.h')
-rw-r--r-- | hw/ppc_mac.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/ppc_mac.h b/hw/ppc_mac.h index bcc4aaf8a2..a04dffea84 100644 --- a/hw/ppc_mac.h +++ b/hw/ppc_mac.h @@ -49,10 +49,6 @@ void macio_init (PCIBus *bus, int device_id, int is_oldworld, int pic_mem_index, int dbdma_mem_index, int cuda_mem_index, void *nvram, int nb_ide, int *ide_mem_index, int escc_mem_index); -/* NewWorld PowerMac IDE */ -int pmac_ide_init (BlockDriverState **hd_table, qemu_irq irq, - void *dbdma, int channel, qemu_irq dma_irq); - /* Heathrow PIC */ qemu_irq *heathrow_pic_init(int *pmem_index, int nb_cpus, qemu_irq **irqs); |