]> Git Repo - qemu.git/blobdiff - hw/ide/internal.h
ide: Split non-qdev code off ide_init2()
[qemu.git] / hw / ide / internal.h
index cf7101924d1ad186cef0ad3009b0d6dd5cd428cd..6b0024d4c9f6f7761af9a5500735951976dd7ca2 100644 (file)
@@ -555,8 +555,9 @@ void ide_data_writel(void *opaque, uint32_t addr, uint32_t val);
 uint32_t ide_data_readl(void *opaque, uint32_t addr);
 
 void ide_init_drive(IDEState *s, DriveInfo *dinfo, const char *version);
-void ide_init2(IDEBus *bus, DriveInfo *hd0, DriveInfo *hd1,
-               qemu_irq irq);
+void ide_init2(IDEBus *bus, qemu_irq irq);
+void ide_init2_with_non_qdev_drives(IDEBus *bus, DriveInfo *hd0,
+                                    DriveInfo *hd1, qemu_irq irq);
 void ide_init_ioport(IDEBus *bus, int iobase, int iobase2);
 
 /* hw/ide/qdev.c */
This page took 0.02466 seconds and 4 git commands to generate.