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