summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-08-22 16:03:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-08-22 16:03:46 +0000
commitda6375babd4c6268c4cfc595c06e89f348831d14 (patch)
treee0f757b6f84219952bc1eafb40e3a3459b159936
parentmake inline and macro implementations match (diff)
downloadrtems-da6375babd4c6268c4cfc595c06e89f348831d14.tar.bz2
fix broken RCS Ids -- $ accidentally lost merging changes earlier
-rw-r--r--c/src/exec/rtems/headers/eventmp.h2
-rw-r--r--c/src/exec/rtems/headers/partmp.h2
-rw-r--r--c/src/exec/rtems/headers/regionmp.h2
-rw-r--r--c/src/exec/rtems/headers/sem.h2
-rw-r--r--c/src/exec/rtems/headers/semmp.h2
-rw-r--r--c/src/exec/rtems/headers/signalmp.h2
-rw-r--r--c/src/exec/rtems/headers/taskmp.h2
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/eventmp.h2
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/partmp.h2
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/regionmp.h2
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/sem.h2
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/semmp.h2
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/signalmp.h2
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/taskmp.h2
-rw-r--r--c/src/exec/score/cpu/hppa1.1/cpu.c2
-rw-r--r--c/src/exec/score/cpu/hppa1.1/cpu.h2
-rw-r--r--c/src/exec/score/cpu/hppa1.1/cpu_asm.h2
-rw-r--r--c/src/exec/score/cpu/hppa1.1/cpu_asm.s2
-rw-r--r--c/src/exec/score/cpu/hppa1.1/rtems.s2
-rw-r--r--c/src/exec/score/cpu/unix/unix.h2
-rw-r--r--c/src/exec/score/headers/tqdata.h2
-rw-r--r--c/src/exec/score/headers/wkspace.h2
-rw-r--r--c/src/exec/score/include/rtems/score/tqdata.h2
-rw-r--r--c/src/exec/score/include/rtems/score/wkspace.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/eventmp.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/partmp.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/regionmp.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/sem.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/semmp.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/signalmp.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/taskmp.h2
-rw-r--r--cpukit/score/cpu/hppa1.1/cpu.c2
-rw-r--r--cpukit/score/include/rtems/score/tqdata.h2
-rw-r--r--cpukit/score/include/rtems/score/wkspace.h2
34 files changed, 34 insertions, 34 deletions
diff --git a/c/src/exec/rtems/headers/eventmp.h b/c/src/exec/rtems/headers/eventmp.h
index 17e11b066d..f192ea7f77 100644
--- a/c/src/exec/rtems/headers/eventmp.h
+++ b/c/src/exec/rtems/headers/eventmp.h
@@ -11,7 +11,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * eventmp.h,v 1.2 1995/05/31 16:46:25 joel Exp
+ * $Id$
*/
#ifndef __RTEMS_EVENT_MP_h
diff --git a/c/src/exec/rtems/headers/partmp.h b/c/src/exec/rtems/headers/partmp.h
index 7f1ffd7d18..9c551bd890 100644
--- a/c/src/exec/rtems/headers/partmp.h
+++ b/c/src/exec/rtems/headers/partmp.h
@@ -11,7 +11,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * partmp.h,v 1.2 1995/05/31 16:47:02 joel Exp
+ * $Id$
*/
#ifndef __RTEMS_PARTITION_MP_h
diff --git a/c/src/exec/rtems/headers/regionmp.h b/c/src/exec/rtems/headers/regionmp.h
index 69b0a9e882..f414925e1f 100644
--- a/c/src/exec/rtems/headers/regionmp.h
+++ b/c/src/exec/rtems/headers/regionmp.h
@@ -11,7 +11,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * regionmp.h,v 1.2 1995/05/31 16:47:09 joel Exp
+ * $Id$
*/
#ifndef __RTEMS_REGION_MP_h
diff --git a/c/src/exec/rtems/headers/sem.h b/c/src/exec/rtems/headers/sem.h
index bc9b6a77eb..66f5ab82b8 100644
--- a/c/src/exec/rtems/headers/sem.h
+++ b/c/src/exec/rtems/headers/sem.h
@@ -21,7 +21,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * sem.h,v 1.2 1995/05/31 16:47:13 joel Exp
+ * $Id$
*/
#ifndef __RTEMS_SEMAPHORE_h
diff --git a/c/src/exec/rtems/headers/semmp.h b/c/src/exec/rtems/headers/semmp.h
index 7fc1d61caf..882812a457 100644
--- a/c/src/exec/rtems/headers/semmp.h
+++ b/c/src/exec/rtems/headers/semmp.h
@@ -11,7 +11,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * semmp.h,v 1.2 1995/05/31 16:47:15 joel Exp
+ * $Id$
*/
#ifndef __RTEMS_SEMAPHORE_MP_h
diff --git a/c/src/exec/rtems/headers/signalmp.h b/c/src/exec/rtems/headers/signalmp.h
index 2f01cbe0c0..80aa3b7d60 100644
--- a/c/src/exec/rtems/headers/signalmp.h
+++ b/c/src/exec/rtems/headers/signalmp.h
@@ -11,7 +11,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * signalmp.h,v 1.2 1995/05/31 16:47:18 joel Exp
+ * $Id$
*/
#ifndef __RTEMS_SIGNAL_MP_h
diff --git a/c/src/exec/rtems/headers/taskmp.h b/c/src/exec/rtems/headers/taskmp.h
index c1a1c42280..a83723bd9f 100644
--- a/c/src/exec/rtems/headers/taskmp.h
+++ b/c/src/exec/rtems/headers/taskmp.h
@@ -11,7 +11,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * taskmp.h,v 1.2 1995/05/31 16:47:30 joel Exp
+ * $Id$
*/
#ifndef __RTEMS_RTEMS_TASKS_MP_h
diff --git a/c/src/exec/rtems/include/rtems/rtems/eventmp.h b/c/src/exec/rtems/include/rtems/rtems/eventmp.h
index 17e11b066d..f192ea7f77 100644
--- a/c/src/exec/rtems/include/rtems/rtems/eventmp.h
+++ b/c/src/exec/rtems/include/rtems/rtems/eventmp.h
@@ -11,7 +11,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * eventmp.h,v 1.2 1995/05/31 16:46:25 joel Exp
+ * $Id$
*/
#ifndef __RTEMS_EVENT_MP_h
diff --git a/c/src/exec/rtems/include/rtems/rtems/partmp.h b/c/src/exec/rtems/include/rtems/rtems/partmp.h
index 7f1ffd7d18..9c551bd890 100644
--- a/c/src/exec/rtems/include/rtems/rtems/partmp.h
+++ b/c/src/exec/rtems/include/rtems/rtems/partmp.h
@@ -11,7 +11,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * partmp.h,v 1.2 1995/05/31 16:47:02 joel Exp
+ * $Id$
*/
#ifndef __RTEMS_PARTITION_MP_h
diff --git a/c/src/exec/rtems/include/rtems/rtems/regionmp.h b/c/src/exec/rtems/include/rtems/rtems/regionmp.h
index 69b0a9e882..f414925e1f 100644
--- a/c/src/exec/rtems/include/rtems/rtems/regionmp.h
+++ b/c/src/exec/rtems/include/rtems/rtems/regionmp.h
@@ -11,7 +11,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * regionmp.h,v 1.2 1995/05/31 16:47:09 joel Exp
+ * $Id$
*/
#ifndef __RTEMS_REGION_MP_h
diff --git a/c/src/exec/rtems/include/rtems/rtems/sem.h b/c/src/exec/rtems/include/rtems/rtems/sem.h
index bc9b6a77eb..66f5ab82b8 100644
--- a/c/src/exec/rtems/include/rtems/rtems/sem.h
+++ b/c/src/exec/rtems/include/rtems/rtems/sem.h
@@ -21,7 +21,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * sem.h,v 1.2 1995/05/31 16:47:13 joel Exp
+ * $Id$
*/
#ifndef __RTEMS_SEMAPHORE_h
diff --git a/c/src/exec/rtems/include/rtems/rtems/semmp.h b/c/src/exec/rtems/include/rtems/rtems/semmp.h
index 7fc1d61caf..882812a457 100644
--- a/c/src/exec/rtems/include/rtems/rtems/semmp.h
+++ b/c/src/exec/rtems/include/rtems/rtems/semmp.h
@@ -11,7 +11,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * semmp.h,v 1.2 1995/05/31 16:47:15 joel Exp
+ * $Id$
*/
#ifndef __RTEMS_SEMAPHORE_MP_h
diff --git a/c/src/exec/rtems/include/rtems/rtems/signalmp.h b/c/src/exec/rtems/include/rtems/rtems/signalmp.h
index 2f01cbe0c0..80aa3b7d60 100644
--- a/c/src/exec/rtems/include/rtems/rtems/signalmp.h
+++ b/c/src/exec/rtems/include/rtems/rtems/signalmp.h
@@ -11,7 +11,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * signalmp.h,v 1.2 1995/05/31 16:47:18 joel Exp
+ * $Id$
*/
#ifndef __RTEMS_SIGNAL_MP_h
diff --git a/c/src/exec/rtems/include/rtems/rtems/taskmp.h b/c/src/exec/rtems/include/rtems/rtems/taskmp.h
index c1a1c42280..a83723bd9f 100644
--- a/c/src/exec/rtems/include/rtems/rtems/taskmp.h
+++ b/c/src/exec/rtems/include/rtems/rtems/taskmp.h
@@ -11,7 +11,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * taskmp.h,v 1.2 1995/05/31 16:47:30 joel Exp
+ * $Id$
*/
#ifndef __RTEMS_RTEMS_TASKS_MP_h
diff --git a/c/src/exec/score/cpu/hppa1.1/cpu.c b/c/src/exec/score/cpu/hppa1.1/cpu.c
index 7dd3ecb3b3..437996a78d 100644
--- a/c/src/exec/score/cpu/hppa1.1/cpu.c
+++ b/c/src/exec/score/cpu/hppa1.1/cpu.c
@@ -14,7 +14,7 @@
* Division Incorporated makes no representations about the
* suitability of this software for any purpose.
*
- * cpu.c,v 1.2 1995/05/09 20:11:35 joel Exp
+ * $Id$
*/
#include <rtems/system.h>
diff --git a/c/src/exec/score/cpu/hppa1.1/cpu.h b/c/src/exec/score/cpu/hppa1.1/cpu.h
index e7016a2d29..3d330e09e5 100644
--- a/c/src/exec/score/cpu/hppa1.1/cpu.h
+++ b/c/src/exec/score/cpu/hppa1.1/cpu.h
@@ -20,7 +20,7 @@
* Note:
* This file is included by both C and assembler code ( -DASM )
*
- * cpu.h,v 1.2 1995/05/09 20:11:36 joel Exp
+ * $Id$
*/
#ifndef __CPU_h
diff --git a/c/src/exec/score/cpu/hppa1.1/cpu_asm.h b/c/src/exec/score/cpu/hppa1.1/cpu_asm.h
index 2d40ca2d55..951f80dcf0 100644
--- a/c/src/exec/score/cpu/hppa1.1/cpu_asm.h
+++ b/c/src/exec/score/cpu/hppa1.1/cpu_asm.h
@@ -19,7 +19,7 @@
*
* Utah $Hdr: asm.h 1.6 91/12/03$
*
- * RTEMS: cpu_asm.h,v 1.2 1995/05/09 20:11:39 joel Exp
+ * $Id$
*/
/*
diff --git a/c/src/exec/score/cpu/hppa1.1/cpu_asm.s b/c/src/exec/score/cpu/hppa1.1/cpu_asm.s
index 9e7293d554..acb6e589fd 100644
--- a/c/src/exec/score/cpu/hppa1.1/cpu_asm.s
+++ b/c/src/exec/score/cpu/hppa1.1/cpu_asm.s
@@ -24,7 +24,7 @@
# Division Incorporated makes no representations about the
# suitability of this software for any purpose.
#
-# cpu_asm.S,v 1.2 1995/05/09 20:11:37 joel Exp
+ * $Id$
#
#include <rtems/hppa.h>
diff --git a/c/src/exec/score/cpu/hppa1.1/rtems.s b/c/src/exec/score/cpu/hppa1.1/rtems.s
index be8a5e8c1e..84ffadd856 100644
--- a/c/src/exec/score/cpu/hppa1.1/rtems.s
+++ b/c/src/exec/score/cpu/hppa1.1/rtems.s
@@ -11,7 +11,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * rtems.S,v 1.2 1995/05/09 20:11:41 joel Exp
+ * $Id$
*/
#include <rtems/hppa.h>
diff --git a/c/src/exec/score/cpu/unix/unix.h b/c/src/exec/score/cpu/unix/unix.h
index 91afec9517..6acadf2879 100644
--- a/c/src/exec/score/cpu/unix/unix.h
+++ b/c/src/exec/score/cpu/unix/unix.h
@@ -11,7 +11,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * unix.h,v 1.2 1995/05/09 20:12:28 joel Exp
+ * $Id$
*/
#ifndef __UNIX_h
diff --git a/c/src/exec/score/headers/tqdata.h b/c/src/exec/score/headers/tqdata.h
index 0ed2eb5665..37dd6853d7 100644
--- a/c/src/exec/score/headers/tqdata.h
+++ b/c/src/exec/score/headers/tqdata.h
@@ -11,7 +11,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * tqdata.h,v 1.2 1995/05/31 16:47:42 joel Exp
+ * $Id$
*/
#ifndef __RTEMS_THREAD_QUEUE_DATA_h
diff --git a/c/src/exec/score/headers/wkspace.h b/c/src/exec/score/headers/wkspace.h
index 2cd4df6a45..7050be6953 100644
--- a/c/src/exec/score/headers/wkspace.h
+++ b/c/src/exec/score/headers/wkspace.h
@@ -12,7 +12,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * wkspace.h,v 1.2 1995/05/31 16:47:46 joel Exp
+ * $Id$
*/
#ifndef __RTEMS_WORKSPACE_h
diff --git a/c/src/exec/score/include/rtems/score/tqdata.h b/c/src/exec/score/include/rtems/score/tqdata.h
index 0ed2eb5665..37dd6853d7 100644
--- a/c/src/exec/score/include/rtems/score/tqdata.h
+++ b/c/src/exec/score/include/rtems/score/tqdata.h
@@ -11,7 +11,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * tqdata.h,v 1.2 1995/05/31 16:47:42 joel Exp
+ * $Id$
*/
#ifndef __RTEMS_THREAD_QUEUE_DATA_h
diff --git a/c/src/exec/score/include/rtems/score/wkspace.h b/c/src/exec/score/include/rtems/score/wkspace.h
index 2cd4df6a45..7050be6953 100644
--- a/c/src/exec/score/include/rtems/score/wkspace.h
+++ b/c/src/exec/score/include/rtems/score/wkspace.h
@@ -12,7 +12,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * wkspace.h,v 1.2 1995/05/31 16:47:46 joel Exp
+ * $Id$
*/
#ifndef __RTEMS_WORKSPACE_h
diff --git a/cpukit/rtems/include/rtems/rtems/eventmp.h b/cpukit/rtems/include/rtems/rtems/eventmp.h
index 17e11b066d..f192ea7f77 100644
--- a/cpukit/rtems/include/rtems/rtems/eventmp.h
+++ b/cpukit/rtems/include/rtems/rtems/eventmp.h
@@ -11,7 +11,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * eventmp.h,v 1.2 1995/05/31 16:46:25 joel Exp
+ * $Id$
*/
#ifndef __RTEMS_EVENT_MP_h
diff --git a/cpukit/rtems/include/rtems/rtems/partmp.h b/cpukit/rtems/include/rtems/rtems/partmp.h
index 7f1ffd7d18..9c551bd890 100644
--- a/cpukit/rtems/include/rtems/rtems/partmp.h
+++ b/cpukit/rtems/include/rtems/rtems/partmp.h
@@ -11,7 +11,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * partmp.h,v 1.2 1995/05/31 16:47:02 joel Exp
+ * $Id$
*/
#ifndef __RTEMS_PARTITION_MP_h
diff --git a/cpukit/rtems/include/rtems/rtems/regionmp.h b/cpukit/rtems/include/rtems/rtems/regionmp.h
index 69b0a9e882..f414925e1f 100644
--- a/cpukit/rtems/include/rtems/rtems/regionmp.h
+++ b/cpukit/rtems/include/rtems/rtems/regionmp.h
@@ -11,7 +11,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * regionmp.h,v 1.2 1995/05/31 16:47:09 joel Exp
+ * $Id$
*/
#ifndef __RTEMS_REGION_MP_h
diff --git a/cpukit/rtems/include/rtems/rtems/sem.h b/cpukit/rtems/include/rtems/rtems/sem.h
index bc9b6a77eb..66f5ab82b8 100644
--- a/cpukit/rtems/include/rtems/rtems/sem.h
+++ b/cpukit/rtems/include/rtems/rtems/sem.h
@@ -21,7 +21,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * sem.h,v 1.2 1995/05/31 16:47:13 joel Exp
+ * $Id$
*/
#ifndef __RTEMS_SEMAPHORE_h
diff --git a/cpukit/rtems/include/rtems/rtems/semmp.h b/cpukit/rtems/include/rtems/rtems/semmp.h
index 7fc1d61caf..882812a457 100644
--- a/cpukit/rtems/include/rtems/rtems/semmp.h
+++ b/cpukit/rtems/include/rtems/rtems/semmp.h
@@ -11,7 +11,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * semmp.h,v 1.2 1995/05/31 16:47:15 joel Exp
+ * $Id$
*/
#ifndef __RTEMS_SEMAPHORE_MP_h
diff --git a/cpukit/rtems/include/rtems/rtems/signalmp.h b/cpukit/rtems/include/rtems/rtems/signalmp.h
index 2f01cbe0c0..80aa3b7d60 100644
--- a/cpukit/rtems/include/rtems/rtems/signalmp.h
+++ b/cpukit/rtems/include/rtems/rtems/signalmp.h
@@ -11,7 +11,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * signalmp.h,v 1.2 1995/05/31 16:47:18 joel Exp
+ * $Id$
*/
#ifndef __RTEMS_SIGNAL_MP_h
diff --git a/cpukit/rtems/include/rtems/rtems/taskmp.h b/cpukit/rtems/include/rtems/rtems/taskmp.h
index c1a1c42280..a83723bd9f 100644
--- a/cpukit/rtems/include/rtems/rtems/taskmp.h
+++ b/cpukit/rtems/include/rtems/rtems/taskmp.h
@@ -11,7 +11,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * taskmp.h,v 1.2 1995/05/31 16:47:30 joel Exp
+ * $Id$
*/
#ifndef __RTEMS_RTEMS_TASKS_MP_h
diff --git a/cpukit/score/cpu/hppa1.1/cpu.c b/cpukit/score/cpu/hppa1.1/cpu.c
index 7dd3ecb3b3..437996a78d 100644
--- a/cpukit/score/cpu/hppa1.1/cpu.c
+++ b/cpukit/score/cpu/hppa1.1/cpu.c
@@ -14,7 +14,7 @@
* Division Incorporated makes no representations about the
* suitability of this software for any purpose.
*
- * cpu.c,v 1.2 1995/05/09 20:11:35 joel Exp
+ * $Id$
*/
#include <rtems/system.h>
diff --git a/cpukit/score/include/rtems/score/tqdata.h b/cpukit/score/include/rtems/score/tqdata.h
index 0ed2eb5665..37dd6853d7 100644
--- a/cpukit/score/include/rtems/score/tqdata.h
+++ b/cpukit/score/include/rtems/score/tqdata.h
@@ -11,7 +11,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * tqdata.h,v 1.2 1995/05/31 16:47:42 joel Exp
+ * $Id$
*/
#ifndef __RTEMS_THREAD_QUEUE_DATA_h
diff --git a/cpukit/score/include/rtems/score/wkspace.h b/cpukit/score/include/rtems/score/wkspace.h
index 2cd4df6a45..7050be6953 100644
--- a/cpukit/score/include/rtems/score/wkspace.h
+++ b/cpukit/score/include/rtems/score/wkspace.h
@@ -12,7 +12,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * wkspace.h,v 1.2 1995/05/31 16:47:46 joel Exp
+ * $Id$
*/
#ifndef __RTEMS_WORKSPACE_h