hazel/include/kernel/ide.h

7 lines
68 B
C
Raw Normal View History

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