CS318 - Pintos
Pintos source browser for JHU CS318 course
ide.h
Go to the documentation of this file.
1 #ifndef DEVICES_IDE_H
2 #define DEVICES_IDE_H
3 
4 void ide_init (void);
5 
6 #endif /**< devices/ide.h */
ide_init
void ide_init(void)
devices/ide.h
Definition: ide.c:102