#ifndef _KERNEL_KERNEL_H #define _KERNEL_KERNEL_H void kerror(const char*); void kwarn(const char*); void kinfo(const char*); #endif