mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
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>
This commit is contained in:
parent
977e1244e8
commit
b884220990
4 changed files with 359 additions and 331 deletions
4
hw/ide.h
4
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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue