summaryrefslogtreecommitdiff
path: root/sys/inc/mu/panic.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/inc/mu/panic.h')
-rw-r--r--sys/inc/mu/panic.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/inc/mu/panic.h b/sys/inc/mu/panic.h
index 310e657..c96e844 100644
--- a/sys/inc/mu/panic.h
+++ b/sys/inc/mu/panic.h
@@ -33,6 +33,12 @@
#include <sys/types.h>
/*
+ * Used internally by the panic function to dump
+ * internal machine state.
+ */
+void mu_panic_dump(void);
+
+/*
* Used internally by the panic function and implemented
* per architecture to bring the system to a halt.
*/