/* main.h */ #ifndef MAIN_H #define MAIN_H void kinit(); void kexception(); void handle_timer_interrupt(); void call(void (*func)()); #endif