Revision f8b6cc00 hw/ide/internal.h

b/hw/ide/internal.h
555 555
void ide_data_writel(void *opaque, uint32_t addr, uint32_t val);
556 556
uint32_t ide_data_readl(void *opaque, uint32_t addr);
557 557

  
558
void ide_init_drive(IDEState *s, DriveInfo *dinfo,
558
void ide_init_drive(IDEState *s, BlockDriverState *bs,
559 559
                    const char *version, const char *serial);
560 560
void ide_init2(IDEBus *bus, qemu_irq irq);
561 561
void ide_init2_with_non_qdev_drives(IDEBus *bus, DriveInfo *hd0,

Also available in: Unified diff