//----------------------------------------------------------------------------// // GNU GPL OS/K // // // // Authors: spectral` // // NeoX // // // // Desc: Include file for init.c // //----------------------------------------------------------------------------// #ifndef _KALKERN_INIT_H #define _KALKERN_INIT_H #include "common/common.h" // kernel entry point void kstart(void); #endif