summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mvme167/include/fatal.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/m68k/mvme167/include/fatal.h')
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/include/fatal.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/m68k/mvme167/include/fatal.h b/c/src/lib/libbsp/m68k/mvme167/include/fatal.h
new file mode 100644
index 0000000000..9b90587bbc
--- /dev/null
+++ b/c/src/lib/libbsp/m68k/mvme167/include/fatal.h
@@ -0,0 +1,19 @@
+/* fatal.h
+ *
+ * Copyright (c) 1998, National Research Council of Canada
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.OARcorp.com/rtems/license.html.
+ *
+ * $Id$
+ */
+
+#include <rtems/score/interr.h>
+#include <rtems/score/userext.h>
+
+User_extensions_routine bsp_fatal_error_occurred(
+ Internal_errors_Source the_source,
+ rtems_boolean is_internal,
+ rtems_unsigned32 the_error
+);