summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mvme167/include/fatal.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-09-05 08:46:27 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-09-05 08:46:27 +0000
commit907bf4b86bacbc5c0775ef5d6e63f6d74bdb8376 (patch)
tree415100452c918992e0ef8f5dd8617b4fba665ced /c/src/lib/libbsp/m68k/mvme167/include/fatal.h
parent2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-907bf4b86bacbc5c0775ef5d6e63f6d74bdb8376.tar.bz2
Convert to "bool".
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/include/fatal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/m68k/mvme167/include/fatal.h b/c/src/lib/libbsp/m68k/mvme167/include/fatal.h
index ee04905486..416282c629 100644
--- a/c/src/lib/libbsp/m68k/mvme167/include/fatal.h
+++ b/c/src/lib/libbsp/m68k/mvme167/include/fatal.h
@@ -14,6 +14,6 @@
User_extensions_routine bsp_fatal_error_occurred(
Internal_errors_Source the_source,
- rtems_boolean is_internal,
+ bool is_internal,
uint32_t the_error
);