Applied patch set 6 by Ben, derived from Anthony's megapatch, and minor
[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 */