From 7a035ebcc006d0195c660b71cc92609c99d635ba Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 21 Aug 1998 16:54:17 +0000 Subject: Added system task attribute to allow one to create a task with "0" priority via the user api. --- cpukit/rtems/macros/rtems/rtems/attr.inl | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'cpukit/rtems/macros') diff --git a/cpukit/rtems/macros/rtems/rtems/attr.inl b/cpukit/rtems/macros/rtems/rtems/attr.inl index 844ac4f012..290e7f7870 100644 --- a/cpukit/rtems/macros/rtems/rtems/attr.inl +++ b/cpukit/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 */ -- cgit v1.2.3