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