summaryrefslogtreecommitdiffstats
path: root/c/src/optman/rtems/no-part.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/optman/rtems/no-part.c')
-rw-r--r--c/src/optman/rtems/no-part.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/c/src/optman/rtems/no-part.c b/c/src/optman/rtems/no-part.c
index 6adb2c1639..de982707bc 100644
--- a/c/src/optman/rtems/no-part.c
+++ b/c/src/optman/rtems/no-part.c
@@ -21,7 +21,7 @@
#include <rtems/score/interr.h>
void _Partition_Manager_initialization(
- unsigned32 maximum_partitions
+ uint32_t maximum_partitions
)
{
}
@@ -29,8 +29,8 @@ void _Partition_Manager_initialization(
rtems_status_code rtems_partition_create(
rtems_name name,
void *starting_address,
- unsigned32 length,
- unsigned32 buffer_size,
+ uint32_t length,
+ uint32_t buffer_size,
rtems_attribute attribute_set,
Objects_Id *id
)
@@ -45,7 +45,7 @@ rtems_status_code rtems_partition_create(
rtems_status_code rtems_partition_ident(
rtems_name name,
- unsigned32 node,
+ uint32_t node,
Objects_Id *id
)
{