6 lines
68 B
C
6 lines
68 B
C
#ifndef KERNEL_H
|
|
#define KERNEL_H
|
|
void kmain();
|
|
void kb_c();
|
|
#endif
|