summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/objectimpl.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-12-10 10:04:36 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-12 09:08:37 +0100
commit6f3bc0e3201c903773719c369081bca06f891f1a (patch)
treea014ee0d7e247b9f2cdddd3e7b6fa50c96037345 /cpukit/include/rtems/score/objectimpl.h
parentscore: Statically allocate idle/MPCI stacks (diff)
downloadrtems-6f3bc0e3201c903773719c369081bca06f891f1a.tar.bz2
score: Add _Objects_Free_objects_block()
This is a preparation to allow a customization of the objects information extend. Update #3835.
Diffstat (limited to 'cpukit/include/rtems/score/objectimpl.h')
-rw-r--r--cpukit/include/rtems/score/objectimpl.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/cpukit/include/rtems/score/objectimpl.h b/cpukit/include/rtems/score/objectimpl.h
index 9becb33e7d..83e93a2b12 100644
--- a/cpukit/include/rtems/score/objectimpl.h
+++ b/cpukit/include/rtems/score/objectimpl.h
@@ -95,6 +95,17 @@ void _Objects_Extend_information(
);
/**
+ * @brief Free the objects block with the specified index.
+ *
+ * @param information The objects information.
+ * @param block The block index.
+ */
+void _Objects_Free_objects_block(
+ Objects_Information *information,
+ Objects_Maximum block
+);
+
+/**
* @brief Shrinks an object class information record.
*
* This function shrinks an object class information record.