summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/include/rtems/posix')
-rw-r--r--cpukit/posix/include/rtems/posix/cancel.h4
-rw-r--r--cpukit/posix/include/rtems/posix/cond.h4
-rw-r--r--cpukit/posix/include/rtems/posix/condmp.h4
-rw-r--r--cpukit/posix/include/rtems/posix/config.h4
-rw-r--r--cpukit/posix/include/rtems/posix/intr.h4
-rw-r--r--cpukit/posix/include/rtems/posix/key.h4
-rw-r--r--cpukit/posix/include/rtems/posix/mqueue.h7
-rw-r--r--cpukit/posix/include/rtems/posix/mqueuemp.h4
-rw-r--r--cpukit/posix/include/rtems/posix/mutex.h4
-rw-r--r--cpukit/posix/include/rtems/posix/mutexmp.h4
-rw-r--r--cpukit/posix/include/rtems/posix/posixapi.h4
-rw-r--r--cpukit/posix/include/rtems/posix/priority.h4
-rw-r--r--cpukit/posix/include/rtems/posix/psignal.h4
-rw-r--r--cpukit/posix/include/rtems/posix/pthread.h4
-rw-r--r--cpukit/posix/include/rtems/posix/pthreadmp.h4
-rw-r--r--cpukit/posix/include/rtems/posix/ptimer.h4
-rw-r--r--cpukit/posix/include/rtems/posix/semaphore.h4
-rw-r--r--cpukit/posix/include/rtems/posix/semaphoremp.h4
-rw-r--r--cpukit/posix/include/rtems/posix/threadsup.h4
-rw-r--r--cpukit/posix/include/rtems/posix/time.h4
-rw-r--r--cpukit/posix/include/rtems/posix/timer.h4
21 files changed, 85 insertions, 2 deletions
diff --git a/cpukit/posix/include/rtems/posix/cancel.h b/cpukit/posix/include/rtems/posix/cancel.h
index 935912a298..b8cc57037c 100644
--- a/cpukit/posix/include/rtems/posix/cancel.h
+++ b/cpukit/posix/include/rtems/posix/cancel.h
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/posix/cancel.h
+ */
+
/* rtems/posix/cancel.h
*
* $Id$
diff --git a/cpukit/posix/include/rtems/posix/cond.h b/cpukit/posix/include/rtems/posix/cond.h
index c283b84b08..f51ddfd4ba 100644
--- a/cpukit/posix/include/rtems/posix/cond.h
+++ b/cpukit/posix/include/rtems/posix/cond.h
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/posix/cond.h
+ */
+
/* rtems/posix/cond.h
*
* This include file contains all the private support information for
diff --git a/cpukit/posix/include/rtems/posix/condmp.h b/cpukit/posix/include/rtems/posix/condmp.h
index f6a9424f9b..37c97d9d42 100644
--- a/cpukit/posix/include/rtems/posix/condmp.h
+++ b/cpukit/posix/include/rtems/posix/condmp.h
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/posix/condmp.h
+ */
+
/* condmp.h
*
* This include file contains all the constants and structures associated
diff --git a/cpukit/posix/include/rtems/posix/config.h b/cpukit/posix/include/rtems/posix/config.h
index 8456ed760a..363dc9f7f8 100644
--- a/cpukit/posix/include/rtems/posix/config.h
+++ b/cpukit/posix/include/rtems/posix/config.h
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/posix/config.h
+ */
+
/* config.h
*
* This include file contains the table of user defined configuration
diff --git a/cpukit/posix/include/rtems/posix/intr.h b/cpukit/posix/include/rtems/posix/intr.h
index f6f63a4797..3156147231 100644
--- a/cpukit/posix/include/rtems/posix/intr.h
+++ b/cpukit/posix/include/rtems/posix/intr.h
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/posix/intr.h
+ */
+
/* rtems/posix/intr.h
*
* This include file contains all the private support information for
diff --git a/cpukit/posix/include/rtems/posix/key.h b/cpukit/posix/include/rtems/posix/key.h
index be9c9579f1..df1a97474f 100644
--- a/cpukit/posix/include/rtems/posix/key.h
+++ b/cpukit/posix/include/rtems/posix/key.h
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/posix/key.h
+ */
+
/* rtems/posix/key.h
*
* This include file contains all the private support information for
diff --git a/cpukit/posix/include/rtems/posix/mqueue.h b/cpukit/posix/include/rtems/posix/mqueue.h
index 547091f313..dd3ffeb0d4 100644
--- a/cpukit/posix/include/rtems/posix/mqueue.h
+++ b/cpukit/posix/include/rtems/posix/mqueue.h
@@ -1,8 +1,11 @@
-/* rtems/posix/mqueue.h
+/**
+ * @file rtems/posix/mqueue.h
*
* This include file contains all the private support information for
* POSIX Message Queues.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/cpukit/posix/include/rtems/posix/mqueuemp.h b/cpukit/posix/include/rtems/posix/mqueuemp.h
index 01206f056b..920dcd9480 100644
--- a/cpukit/posix/include/rtems/posix/mqueuemp.h
+++ b/cpukit/posix/include/rtems/posix/mqueuemp.h
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/posix/mqueuemp.h
+ */
+
/* mqueuemp.h
*
* This include file contains all the constants and structures associated
diff --git a/cpukit/posix/include/rtems/posix/mutex.h b/cpukit/posix/include/rtems/posix/mutex.h
index 99911ac3c0..a9570426c0 100644
--- a/cpukit/posix/include/rtems/posix/mutex.h
+++ b/cpukit/posix/include/rtems/posix/mutex.h
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/posix/mutex.h
+ */
+
/* rtems/posix/mutex.h
*
* This include file contains all the private support information for
diff --git a/cpukit/posix/include/rtems/posix/mutexmp.h b/cpukit/posix/include/rtems/posix/mutexmp.h
index e3bf586082..97b731af9a 100644
--- a/cpukit/posix/include/rtems/posix/mutexmp.h
+++ b/cpukit/posix/include/rtems/posix/mutexmp.h
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/posix/mutexmp.h
+ */
+
/* mutexmp.h
*
* This include file contains all the constants and structures associated
diff --git a/cpukit/posix/include/rtems/posix/posixapi.h b/cpukit/posix/include/rtems/posix/posixapi.h
index 81fd227538..ed0e36a03b 100644
--- a/cpukit/posix/include/rtems/posix/posixapi.h
+++ b/cpukit/posix/include/rtems/posix/posixapi.h
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/posix/posixapi.h
+ */
+
/*
* POSIX API Support
*
diff --git a/cpukit/posix/include/rtems/posix/priority.h b/cpukit/posix/include/rtems/posix/priority.h
index bb4b9cfb19..a83c0592d5 100644
--- a/cpukit/posix/include/rtems/posix/priority.h
+++ b/cpukit/posix/include/rtems/posix/priority.h
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/posix/priority.h
+ */
+
/*
*
*
diff --git a/cpukit/posix/include/rtems/posix/psignal.h b/cpukit/posix/include/rtems/posix/psignal.h
index 905b243e50..dfacb7db0e 100644
--- a/cpukit/posix/include/rtems/posix/psignal.h
+++ b/cpukit/posix/include/rtems/posix/psignal.h
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/posix/psignal.h
+ */
+
/*
* $Id$
*/
diff --git a/cpukit/posix/include/rtems/posix/pthread.h b/cpukit/posix/include/rtems/posix/pthread.h
index 9a5ff96923..6df2c44b4e 100644
--- a/cpukit/posix/include/rtems/posix/pthread.h
+++ b/cpukit/posix/include/rtems/posix/pthread.h
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/posix/pthread.h
+ */
+
/* rtems/posix/pthread.h
*
* This include file contains all the private support information for
diff --git a/cpukit/posix/include/rtems/posix/pthreadmp.h b/cpukit/posix/include/rtems/posix/pthreadmp.h
index 65459c3517..fea2525f5f 100644
--- a/cpukit/posix/include/rtems/posix/pthreadmp.h
+++ b/cpukit/posix/include/rtems/posix/pthreadmp.h
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/posix/pthreadmp.h
+ */
+
/* pthreadmp.h
*
* This include file contains all the constants and structures associated
diff --git a/cpukit/posix/include/rtems/posix/ptimer.h b/cpukit/posix/include/rtems/posix/ptimer.h
index a0836d6ea3..dea411849a 100644
--- a/cpukit/posix/include/rtems/posix/ptimer.h
+++ b/cpukit/posix/include/rtems/posix/ptimer.h
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/posix/ptimer.h
+ */
+
/* rtems/posix/ptimer.h
*
* This include file contains all the private support information for
diff --git a/cpukit/posix/include/rtems/posix/semaphore.h b/cpukit/posix/include/rtems/posix/semaphore.h
index 4505efdf9d..dad688e7b1 100644
--- a/cpukit/posix/include/rtems/posix/semaphore.h
+++ b/cpukit/posix/include/rtems/posix/semaphore.h
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/posix/semaphore.h
+ */
+
/* rtems/posix/semaphore.h
*
* This include file contains all the private support information for
diff --git a/cpukit/posix/include/rtems/posix/semaphoremp.h b/cpukit/posix/include/rtems/posix/semaphoremp.h
index fc6a2f546b..ec7ef39874 100644
--- a/cpukit/posix/include/rtems/posix/semaphoremp.h
+++ b/cpukit/posix/include/rtems/posix/semaphoremp.h
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/posix/semaphoremp.h
+ */
+
/* semaphoremp.h
*
* This include file contains all the constants and structures associated
diff --git a/cpukit/posix/include/rtems/posix/threadsup.h b/cpukit/posix/include/rtems/posix/threadsup.h
index 3cb25b3982..07bdd06508 100644
--- a/cpukit/posix/include/rtems/posix/threadsup.h
+++ b/cpukit/posix/include/rtems/posix/threadsup.h
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/posix/threadsup.h
+ */
+
/* threadsup.h
*
* $Id$
diff --git a/cpukit/posix/include/rtems/posix/time.h b/cpukit/posix/include/rtems/posix/time.h
index 83201ec784..446d40c02e 100644
--- a/cpukit/posix/include/rtems/posix/time.h
+++ b/cpukit/posix/include/rtems/posix/time.h
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/posix/time.h
+ */
+
/*
*
*
diff --git a/cpukit/posix/include/rtems/posix/timer.h b/cpukit/posix/include/rtems/posix/timer.h
index 285b6ca216..91816a1a74 100644
--- a/cpukit/posix/include/rtems/posix/timer.h
+++ b/cpukit/posix/include/rtems/posix/timer.h
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/posix/timer.h
+ */
+
/*
* $Id$
*/