os/drivers/ide.h

7 lines
54 B
C
Raw Normal View History

2019-04-06 09:07:06 -05:00
#ifndef IDE_H
#define IDE_H
void ide_init();
#endif