#ifndef KERNEL_PANIC_H #define KERNEL_PANIC_H #include #include #include void panic(const char *str); #endif