summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/region.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/include/rtems/rtems/region.h')
-rw-r--r--cpukit/rtems/include/rtems/rtems/region.h17
1 files changed, 16 insertions, 1 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/region.h b/cpukit/rtems/include/rtems/rtems/region.h
index 259a0eb75c..acd333ec6d 100644
--- a/cpukit/rtems/include/rtems/rtems/region.h
+++ b/cpukit/rtems/include/rtems/rtems/region.h
@@ -134,7 +134,7 @@ rtems_status_code rtems_region_ident(
);
/*
- * rtems_region_ident
+ * rtems_region_get_information
*
* DESCRIPTION:
*
@@ -149,6 +149,21 @@ rtems_status_code rtems_region_get_information(
);
/*
+ * rtems_region_get_free_information
+ *
+ * DESCRIPTION:
+ *
+ * This routine implements the rtems_region_get_free_information directive.
+ * This directive returns information about the free blocks in the
+ * heap associated with this region.
+ */
+
+rtems_status_code rtems_region_get_free_information(
+ Objects_Id id,
+ Heap_Information_block *the_info
+);
+
+/*
* rtems_region_delete
*
* DESCRIPTION: