Revision c4d74df7 hw/ide/internal.h

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

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

Also available in: Unified diff