summaryrefslogtreecommitdiffstats
path: root/hw/pc.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2009-08-20 15:22:19 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-08-27 20:43:33 -0500
commitec82026c97975e1e327aab76653ff7edeeb27967 (patch)
tree7909faa1a5e5bd503dc44e25ca30f835a5d8e721 /hw/pc.h
parent356721aede69c80141c4a94ec26a78f91d63c9a5 (diff)
downloadhqemu-ec82026c97975e1e327aab76653ff7edeeb27967.zip
hqemu-ec82026c97975e1e327aab76653ff7edeeb27967.tar.gz
ide: split away ide-isa.c
create ide-isa.c and place isa bus support there. only build ide-isa support for platforms using it. also create ide.h header file. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/pc.h')
-rw-r--r--hw/pc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/pc.h b/hw/pc.h
index 5649fc4..5bdaadf 100644
--- a/hw/pc.h
+++ b/hw/pc.h
@@ -144,8 +144,6 @@ void pci_cirrus_vga_init(PCIBus *bus);
void isa_cirrus_vga_init(void);
/* ide.c */
-void isa_ide_init(int iobase, int iobase2, qemu_irq irq,
- BlockDriverState *hd0, BlockDriverState *hd1);
void pci_cmd646_ide_init(PCIBus *bus, BlockDriverState **hd_table,
int secondary_ide_enabled);
void pci_piix3_ide_init(PCIBus *bus, BlockDriverState **hd_table, int devfn,
OpenPOWER on IntegriCloud