summaryrefslogtreecommitdiffstats
path: root/c/src/optman/rtems/no-dpmem.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/optman/rtems/no-dpmem.c')
-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
)
{