#ifndef KERNEL_MEM_H #include #include int init_kmalloc(void); void* kmalloc(size_t sz); #endif