summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/headers/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/headers/object.h')
-rw-r--r--c/src/exec/score/headers/object.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/c/src/exec/score/headers/object.h b/c/src/exec/score/headers/object.h
index 5c84868dc1..b1d422d3d4 100644
--- a/c/src/exec/score/headers/object.h
+++ b/c/src/exec/score/headers/object.h
@@ -349,6 +349,19 @@ Objects_Control *_Objects_Get_next(
);
/*
+ * _Objects_Get_information
+ *
+ * DESCRIPTION:
+ *
+ * Returns the information control block for the class of objects
+ * corresponding to this id.
+ */
+
+Objects_Information *_Objects_Get_information(
+ Objects_Id id
+);
+
+/*
* _Objects_Build_id
*
* DESCRIPTION:
@@ -404,6 +417,19 @@ STATIC INLINE unsigned32 rtems_get_index(
);
/*
+ * _Objects_Is_class_valid
+ *
+ * DESCRIPTION:
+ *
+ * This function returns TRUE if the class is valid.
+ *
+ */
+
+STATIC INLINE boolean _Objects_Is_class_valid(
+ Objects_Classes the_class
+);
+
+/*
* _Objects_Is_local_node
*
* DESCRIPTION: