b35da5e8875eef92f4cb49a441d57977ea8e4f51
[pintos-anon] / src / devices / ide.h
1 #ifndef DEVICES_IDE_H
2 #define DEVICES_IDE_H
3
4 void ide_init (void);
5
6 #endif /* devices/ide.h */