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/include/rtems/rtems/attr.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpukit/rtems/include/rtems/rtems/attr.h') diff --git a/cpukit/rtems/include/rtems/rtems/attr.h b/cpukit/rtems/include/rtems/rtems/attr.h index c5376540af..215b27f9a0 100644 --- a/cpukit/rtems/include/rtems/rtems/attr.h +++ b/cpukit/rtems/include/rtems/rtems/attr.h @@ -47,6 +47,9 @@ typedef unsigned32 rtems_attribute; #define RTEMS_NO_PRIORITY_CEILING 0x00000000 #define RTEMS_PRIORITY_CEILING 0x00000040 +#define RTEMS_APPLICATION_TASK 0x00000000 +#define RTEMS_SYSTEM_TASK 0x00000080 + #if ( CPU_HARDWARE_FP == TRUE ) || ( CPU_SOFTWARE_FP == TRUE ) #define ATTRIBUTES_NOT_SUPPORTED 0 #else -- cgit v1.2.3