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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/optman/rtems/no-part.c b/c/src/optman/rtems/no-part.c
index d51b62cfb8..0b0e51329f 100644
--- a/c/src/optman/rtems/no-part.c
+++ b/c/src/optman/rtems/no-part.c
@@ -27,7 +27,7 @@ void _Partition_Manager_initialization(
}
rtems_status_code rtems_partition_create(
- Objects_Name name,
+ rtems_name name,
void *starting_address,
unsigned32 length,
unsigned32 buffer_size,
@@ -39,7 +39,7 @@ rtems_status_code rtems_partition_create(
}
rtems_status_code rtems_partition_ident(
- Objects_Name name,
+ rtems_name name,
unsigned32 node,
Objects_Id *id
)