//----------------------------------------------------------------------------// // GNU GPL OS/K // // // // Authors: spectral` // // NeoX // // // // Desc: Kaleid Kernel main include file // //----------------------------------------------------------------------------// //------------------------------------------// // Dependencies // //------------------------------------------// #ifndef _KALEID_H #include #endif //------------------------------------------// // Start of header // //------------------------------------------// #ifndef _KALKERN_H #define _KALKERN_H //------------------------------------------// // Kernel headers // //------------------------------------------// #ifndef _KALKERN_BASE_H #include #endif #ifndef _KALKERN_LOCKS_H #include #endif #ifndef _KALKERN_TERM_H #include #endif // not ready for kernel compilation #ifndef _KALEID_KERNEL #ifndef _KALKERN_SCHED_H #include #endif #endif //------------------------------------------// // End of header // //------------------------------------------// #endif