summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/macros/rtems/rtems/attr.inl
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/rtems/macros/rtems/rtems/attr.inl')
-rw-r--r--c/src/exec/rtems/macros/rtems/rtems/attr.inl9
1 files changed, 9 insertions, 0 deletions
diff --git a/c/src/exec/rtems/macros/rtems/rtems/attr.inl b/c/src/exec/rtems/macros/rtems/rtems/attr.inl
index 844ac4f012..290e7f7870 100644
--- a/c/src/exec/rtems/macros/rtems/rtems/attr.inl
+++ b/c/src/exec/rtems/macros/rtems/rtems/attr.inl
@@ -87,5 +87,14 @@
#define _Attributes_Is_priority_ceiling( _attribute_set ) \
( (_attribute_set) & RTEMS_PRIORITY_CEILING )
+/*PAGE
+ *
+ * _Attributes_Is_system_task
+ *
+ */
+
+#define _Attributes_Is_system_task( _attribute_set ) \
+ ( (_attribute_set) & RTEMS_SYSTEM_TASK )
+
#endif
/* end of include file */