meta: rename
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#ifndef MANGO_PANIC_H_
|
||||
#define MANGO_PANIC_H_
|
||||
|
||||
#include <mango/compiler.h>
|
||||
|
||||
struct cpu_context;
|
||||
|
||||
#define panic(...) panic_irq(NULL, __VA_ARGS__)
|
||||
|
||||
extern void __noreturn panic_irq(struct cpu_context *ctx, const char *fmt, ...);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user