Revision 1f56e32a hw/ide/internal.h

b/hw/ide/internal.h
558 558
void ide_data_writel(void *opaque, uint32_t addr, uint32_t val);
559 559
uint32_t ide_data_readl(void *opaque, uint32_t addr);
560 560

  
561
int ide_init_drive(IDEState *s, BlockDriverState *bs,
561
int ide_init_drive(IDEState *s, BlockDriverState *bs, IDEDriveKind kind,
562 562
                   const char *version, const char *serial);
563 563
void ide_init2(IDEBus *bus, qemu_irq irq);
564 564
void ide_init2_with_non_qdev_drives(IDEBus *bus, DriveInfo *hd0,

Also available in: Unified diff