os/stuff/drivers/ide.h
2019-05-25 10:05:36 -05:00

7 lines
54 B
C

#ifndef IDE_H
#define IDE_H
void ide_init();
#endif