Implement a proper block layer with partition support.
[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 */