summaryrefslogtreecommitdiff
path: root/include/kernel/panic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/kernel/panic.h')
-rw-r--r--include/kernel/panic.h10
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