summaryrefslogtreecommitdiffstats
path: root/c/src/optman/rtems/no-dpmem.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-03-31 08:29:14 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-03-31 08:29:14 +0000
commitc83b5678c9b72f42bb34f7aa2af35ca19c34bd77 (patch)
treec3622e8e17c6e865f704d32765e173c06cafc60a /c/src/optman/rtems/no-dpmem.c
parent2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-c83b5678c9b72f42bb34f7aa2af35ca19c34bd77.tar.bz2
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
* optman/rtems/no-dpmem.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c, optman/rtems/no-region.c, optman/rtems/no-rtmon.c, optman/rtems/no-sem.c, optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99 fixed size types.
Diffstat (limited to '')
-rw-r--r--c/src/optman/rtems/no-dpmem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/optman/rtems/no-dpmem.c b/c/src/optman/rtems/no-dpmem.c
index 18d30e4590..f5558a5752 100644
--- a/c/src/optman/rtems/no-dpmem.c
+++ b/c/src/optman/rtems/no-dpmem.c
@@ -22,7 +22,7 @@
#include <rtems/rtems/dpmem.h>
void _Dual_ported_memory_Manager_initialization(
- unsigned32 maximum_ports
+ uint32_t maximum_ports
)
{
}
@@ -31,7 +31,7 @@ rtems_status_code rtems_port_create(
rtems_name name,
void *internal_start,
void *external_start,
- unsigned32 length,
+ uint32_t length,
Objects_Id *id
)
{