diff options
Diffstat (limited to 'hw/ide.h')
| -rw-r--r-- | hw/ide.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/ide.h b/hw/ide.h index 82b3c11283..2b5ae7c39e 100644 --- a/hw/ide.h +++ b/hw/ide.h @@ -24,4 +24,6 @@ void mmio_ide_init (target_phys_addr_t membase, target_phys_addr_t membase2, qemu_irq irq, int shift, DriveInfo *hd0, DriveInfo *hd1); +void ide_get_bs(BlockDriverState *bs[], BusState *qbus); + #endif /* HW_IDE_H */ |