summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/inline/attr.inl
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/rtems/inline/attr.inl')
-rw-r--r--c/src/exec/rtems/inline/attr.inl13
1 files changed, 13 insertions, 0 deletions
diff --git a/c/src/exec/rtems/inline/attr.inl b/c/src/exec/rtems/inline/attr.inl
index 15a9296b7e..0f1190fe93 100644
--- a/c/src/exec/rtems/inline/attr.inl
+++ b/c/src/exec/rtems/inline/attr.inl
@@ -108,5 +108,18 @@ STATIC INLINE boolean _Attributes_Is_inherit_priority(
return ( attribute_set & RTEMS_INHERIT_PRIORITY );
}
+/*PAGE
+ *
+ * _Attributes_Is_priority_ceiling
+ *
+ */
+
+STATIC INLINE boolean _Attributes_Is_priority_ceiling(
+ rtems_attribute attribute_set
+)
+{
+ return ( attribute_set & RTEMS_PRIORITY_CEILING );
+}
+
#endif
/* end of include file */