Use round-toward-0 instead of round-to-nearest in fixed-point example.
[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 */