summaryrefslogtreecommitdiff
path: root/include/panic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/panic.h')
-rw-r--r--include/panic.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/panic.h b/include/panic.h
index 577e592e32..4976486e95 100644
--- a/include/panic.h
+++ b/include/panic.h
@@ -176,6 +176,14 @@ void panic_printf(const char *format, ...);
*/
void panic_data_print(const struct panic_data *pdata);
+/*
+ * Print saved panic information on console channel to observe panic
+ * information
+ *
+ * @param pdata pointer to saved panic data
+ */
+void panic_data_ccprint(const struct panic_data *pdata);
+
/**
* Report an assertion failure and reset
*