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