summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mvme167/include
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-03-31 04:38:00 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-03-31 04:38:00 +0000
commit2a7e204c01f39b6ca55ec4783fb08922e0ad0692 (patch)
treed77bc2302f186418e86452fd0998931092a5d8f4 /c/src/lib/libbsp/m68k/mvme167/include
parent2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-2a7e204c01f39b6ca55ec4783fb08922e0ad0692.tar.bz2
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
* clock/ckinit.c, console/console-recording.h, console/console.c, fatal/bspfatal.c, include/fatal.h, network/network.c, network/uti596.h, startup/bspstart.c, timer/timer.c: Convert to using c99 fixed size types.
Diffstat (limited to 'c/src/lib/libbsp/m68k/mvme167/include')
-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 b2ba993001..ae5e0cf50f 100644
--- a/c/src/lib/libbsp/m68k/mvme167/include/fatal.h
+++ b/c/src/lib/libbsp/m68k/mvme167/include/fatal.h
@@ -15,5 +15,5 @@
User_extensions_routine bsp_fatal_error_occurred(
Internal_errors_Source the_source,
rtems_boolean is_internal,
- rtems_unsigned32 the_error
+ uint32_t the_error
);