summaryrefslogtreecommitdiff
path: root/include/panic.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/panic.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/panic.h b/include/panic.h
index 21715fd..4f8592e 100644
--- a/include/panic.h
+++ b/include/panic.h
@@ -6,3 +6,5 @@
#define panic(msg) _panic_impl(_PANIC_STR(__LINE__), __FILE__, msg)
_Noreturn void _panic_impl(char *line, char *file, char *msg);
+
+_Noreturn void panic_interrupt(void *ip, void *bp, char *msg);