summaryrefslogtreecommitdiff
path: root/src/kernel/panic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/panic.h')
-rw-r--r--src/kernel/panic.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/kernel/panic.h b/src/kernel/panic.h
index 7d2e9df..08328f2 100644
--- a/src/kernel/panic.h
+++ b/src/kernel/panic.h
@@ -1,8 +1,6 @@
#ifndef PANIC_H
#define PANIC_H
-#include <stdint.h>
-
-void panic(char *message) __attribute__ ((noreturn));
+void panic(const char *message) __attribute__ ((noreturn));
#endif \ No newline at end of file