summaryrefslogtreecommitdiffstats
path: root/c/src/optman/rtems/no-region.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/optman/rtems/no-region.c')
-rw-r--r--c/src/optman/rtems/no-region.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/optman/rtems/no-region.c b/c/src/optman/rtems/no-region.c
index 4ebdda6aa1..490d1371c0 100644
--- a/c/src/optman/rtems/no-region.c
+++ b/c/src/optman/rtems/no-region.c
@@ -28,7 +28,7 @@ void _Region_Manager_initialization(
}
rtems_status_code rtems_region_create(
- Objects_Name name,
+ rtems_name name,
void *starting_address,
unsigned32 length,
unsigned32 page_size,
@@ -40,7 +40,7 @@ rtems_status_code rtems_region_create(
}
rtems_status_code rtems_region_ident(
- Objects_Name name,
+ rtems_name name,
Objects_Id *id
)
{