summaryrefslogtreecommitdiffstats
path: root/hw/pc.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2009-08-20 15:22:20 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-08-27 20:43:33 -0500
commit977e1244e8eeb22640143a8885eb672296f93210 (patch)
tree5869c965fa71dd19d3b7252f1ea12d73f858c60c /hw/pc.h
parentec82026c97975e1e327aab76653ff7edeeb27967 (diff)
downloadhqemu-977e1244e8eeb22640143a8885eb672296f93210.zip
hqemu-977e1244e8eeb22640143a8885eb672296f93210.tar.gz
ide: split away ide-pci.c
create ide-pci.c and place pci bus support there. only build ide-pci support for platforms using it. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Fix build (merge with isa mmio split)
Diffstat (limited to 'hw/pc.h')
-rw-r--r--hw/pc.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/hw/pc.h b/hw/pc.h
index 5bdaadf..7ac2849 100644
--- a/hw/pc.h
+++ b/hw/pc.h
@@ -143,14 +143,6 @@ int isa_vga_mm_init(target_phys_addr_t vram_base,
void pci_cirrus_vga_init(PCIBus *bus);
void isa_cirrus_vga_init(void);
-/* ide.c */
-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,
- qemu_irq *pic);
-void pci_piix4_ide_init(PCIBus *bus, BlockDriverState **hd_table, int devfn,
- qemu_irq *pic);
-
/* ne2000.c */
void isa_ne2000_init(int base, qemu_irq irq, NICInfo *nd);
OpenPOWER on IntegriCloud