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