xref: /openbmc/qemu/include/hw/ide.h (revision e995d5cc)
1 #ifndef HW_IDE_H
2 #define HW_IDE_H
3 
4 #include "exec/memory.h"
5 
6 /* ide/core.c */
7 void ide_drive_get(DriveInfo **hd, int max_bus);
8 
9 #endif /* HW_IDE_H */
10