#ifndef PANIC_H #define PANIC_H #include extern uint64_t panic_rsp; __attribute__((noreturn)) void panic(const char *error, ...); #endif