summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mvme167/include
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/m68k/mvme167/include')
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/include/fatal.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/c/src/lib/libbsp/m68k/mvme167/include/fatal.h b/c/src/lib/libbsp/m68k/mvme167/include/fatal.h
deleted file mode 100644
index 95af7cbbe2..0000000000
--- a/c/src/lib/libbsp/m68k/mvme167/include/fatal.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/* 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.rtems.com/license/LICENSE.
- */
-
-#include <rtems/score/interr.h>
-#include <rtems/score/userext.h>
-
-User_extensions_routine bsp_fatal_error_occurred(
- Internal_errors_Source the_source,
- bool is_internal,
- uint32_t the_error
-);