summaryrefslogtreecommitdiff
path: root/sys/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sys/inc')
-rw-r--r--sys/inc/mu/panic.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/inc/mu/panic.h b/sys/inc/mu/panic.h
index b592fcc..257c469 100644
--- a/sys/inc/mu/panic.h
+++ b/sys/inc/mu/panic.h
@@ -33,12 +33,6 @@
#include <sys/types.h>
/*
- * Called as soon as a panic is invoked, prevents other
- * processors from continuing and disables interrupts
- */
-void mu_panic_preamble(void);
-
-/*
* Used internally by the panic function and implemented
* per architecture to bring the system to a halt.
*/