diff options
Diffstat (limited to 'sys/inc/mu')
| -rw-r--r-- | sys/inc/mu/panic.h | 6 |
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. */ |
