diff options
Diffstat (limited to 'hw/ide.h')
-rw-r--r-- | hw/ide.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/hw/ide.h b/hw/ide.h new file mode 100644 index 0000000000..73ef93e419 --- /dev/null +++ b/hw/ide.h @@ -0,0 +1,10 @@ +#ifndef HW_IDE_H +#define HW_IDE_H + +#include "qdev.h" + +/* ide-isa.c */ +void isa_ide_init(int iobase, int iobase2, qemu_irq irq, + BlockDriverState *hd0, BlockDriverState *hd1); + +#endif /* HW_IDE_H */ |