Revision f455e98c hw/ide/mmio.c

b/hw/ide/mmio.c
124 124

  
125 125
void mmio_ide_init (target_phys_addr_t membase, target_phys_addr_t membase2,
126 126
                    qemu_irq irq, int shift,
127
                    BlockDriverState *hd0, BlockDriverState *hd1)
127
                    DriveInfo *hd0, DriveInfo *hd1)
128 128
{
129 129
    MMIOState *s = qemu_mallocz(sizeof(MMIOState));
130 130
    IDEBus *bus = qemu_mallocz(sizeof(*bus));

Also available in: Unified diff