hw/ide: Move IDE bus related definitions to a new header ide-bus.h
[qemu/ar7.git] / include / hw / ide.h
blobdb963bdb770697770aa0720d4f8594f4a6f21e6f
1 #ifndef HW_IDE_H
2 #define HW_IDE_H
4 #include "exec/memory.h"
6 /* ide/core.c */
7 void ide_drive_get(DriveInfo **hd, int max_bus);
9 #endif /* HW_IDE_H */