os-k/src/kaleid/kernel/init.h

20 lines
776 B
C

//----------------------------------------------------------------------------//
// 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