diff options
Diffstat (limited to 'include/kernel/panic.h')
| -rw-r--r-- | include/kernel/panic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/kernel/panic.h b/include/kernel/panic.h new file mode 100644 index 0000000..db53e8e --- /dev/null +++ b/include/kernel/panic.h @@ -0,0 +1 @@ +void panic(const char*, ...); |