Changeset 199fa36 in rtems
- Timestamp:
- 08/17/95 15:32:35 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a1df0118
- Parents:
- 45819022
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/rtems/headers/attr.h
r45819022 r199fa36 12 12 * notice must appear in all copies of this file and its derivatives. 13 13 * 14 * $Id$14 * attr.h,v 1.2 1995/05/31 16:46:08 joel Exp 15 15 */ 16 16 … … 38 38 #define RTEMS_FIFO 0x00000000 /* process RTEMS_FIFO */ 39 39 #define RTEMS_PRIORITY 0x00000004 /* process by priority */ 40 41 #define RTEMS_NO_LIMIT 0x00000000 /* unlimited Q entries */42 #define RTEMS_LIMIT 0x00000008 /* limit Q entries */43 40 44 41 #define RTEMS_COUNTING_SEMAPHORE 0x00000000 … … 140 137 ); 141 138 139 #if 0 142 140 /* 143 141 * _Attributes_Is_limit … … 152 150 rtems_attribute attribute_set 153 151 ); 152 #endif 154 153 155 154 /* -
c/src/exec/rtems/include/rtems/rtems/attr.h
r45819022 r199fa36 12 12 * notice must appear in all copies of this file and its derivatives. 13 13 * 14 * $Id$14 * attr.h,v 1.2 1995/05/31 16:46:08 joel Exp 15 15 */ 16 16 … … 38 38 #define RTEMS_FIFO 0x00000000 /* process RTEMS_FIFO */ 39 39 #define RTEMS_PRIORITY 0x00000004 /* process by priority */ 40 41 #define RTEMS_NO_LIMIT 0x00000000 /* unlimited Q entries */42 #define RTEMS_LIMIT 0x00000008 /* limit Q entries */43 40 44 41 #define RTEMS_COUNTING_SEMAPHORE 0x00000000 … … 140 137 ); 141 138 139 #if 0 142 140 /* 143 141 * _Attributes_Is_limit … … 152 150 rtems_attribute attribute_set 153 151 ); 152 #endif 154 153 155 154 /* -
c/src/exec/sapi/headers/sptables.h
r45819022 r199fa36 43 43 44 44 const char _RTEMS_version[] = 45 "RTEMS RELEASE V3. 2.1(" CPU_NAME "/" RTEMS_MODEL_NAME ")";45 "RTEMS RELEASE V3.5.00 (" CPU_NAME "/" RTEMS_MODEL_NAME ")"; 46 46 47 47 -
c/src/exec/sapi/include/rtems/sptables.h
r45819022 r199fa36 43 43 44 44 const char _RTEMS_version[] = 45 "RTEMS RELEASE V3. 2.1(" CPU_NAME "/" RTEMS_MODEL_NAME ")";45 "RTEMS RELEASE V3.5.00 (" CPU_NAME "/" RTEMS_MODEL_NAME ")"; 46 46 47 47 -
cpukit/rtems/include/rtems/rtems/attr.h
r45819022 r199fa36 12 12 * notice must appear in all copies of this file and its derivatives. 13 13 * 14 * $Id$14 * attr.h,v 1.2 1995/05/31 16:46:08 joel Exp 15 15 */ 16 16 … … 38 38 #define RTEMS_FIFO 0x00000000 /* process RTEMS_FIFO */ 39 39 #define RTEMS_PRIORITY 0x00000004 /* process by priority */ 40 41 #define RTEMS_NO_LIMIT 0x00000000 /* unlimited Q entries */42 #define RTEMS_LIMIT 0x00000008 /* limit Q entries */43 40 44 41 #define RTEMS_COUNTING_SEMAPHORE 0x00000000 … … 140 137 ); 141 138 139 #if 0 142 140 /* 143 141 * _Attributes_Is_limit … … 152 150 rtems_attribute attribute_set 153 151 ); 152 #endif 154 153 155 154 /*
Note: See TracChangeset
for help on using the changeset viewer.