aboutsummaryrefslogtreecommitdiff
path: root/hw/ide.h
blob: 73ef93e41939587215210dd49982ca7c2e6ef212 (plain)
1
2
3
4
5
6
7
8
9
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 */