Fix gcc inline assembler operand constraints for syscall -- as pushl modifies %esp...
[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 */