summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc
diff options
context:
space:
mode:
authorCynthia Rempel <cynt6007@vandals.uidaho.edu>2014-01-09 16:05:54 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-01-09 16:05:54 -0600
commite327e692c3d971012e9e7e0edb0e17c8cfc4e60b (patch)
tree411aaa34026fb7354122465425f9a5578a866182 /c/src/lib/libbsp/powerpc
parenttasksetpriority.c: Remove obsolete comment (diff)
downloadrtems-e327e692c3d971012e9e7e0edb0e17c8cfc4e60b.tar.bz2
libbsp tm27.h: Add Doxygen file header to all tm27.h
Diffstat (limited to 'c/src/lib/libbsp/powerpc')
-rw-r--r--c/src/lib/libbsp/powerpc/ep1a/include/tm27.h8
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/include/tm27.h8
-rw-r--r--c/src/lib/libbsp/powerpc/motorola_powerpc/include/tm27.h8
-rw-r--r--c/src/lib/libbsp/powerpc/mpc8260ads/include/tm27.h8
-rw-r--r--c/src/lib/libbsp/powerpc/mvme5500/include/tm27.h8
-rw-r--r--c/src/lib/libbsp/powerpc/psim/include/tm27.h8
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/include/tm27.h10
-rw-r--r--c/src/lib/libbsp/powerpc/ss555/include/tm27.h8
8 files changed, 50 insertions, 16 deletions
diff --git a/c/src/lib/libbsp/powerpc/ep1a/include/tm27.h b/c/src/lib/libbsp/powerpc/ep1a/include/tm27.h
index 93525c7a03..9c4e43317e 100644
--- a/c/src/lib/libbsp/powerpc/ep1a/include/tm27.h
+++ b/c/src/lib/libbsp/powerpc/ep1a/include/tm27.h
@@ -1,5 +1,11 @@
/*
- * COPYRIGHT (c) 1989-2008.
+ * @file
+ * @ingroup powerpc_ep1a
+ * @brief Implementations for interrupt mechanisms for Time Test 27
+ */
+
+/*
+ * COPYRIGHT (c) 1989-2014.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
diff --git a/c/src/lib/libbsp/powerpc/gen5200/include/tm27.h b/c/src/lib/libbsp/powerpc/gen5200/include/tm27.h
index f5652aa15b..612714cb9d 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/include/tm27.h
+++ b/c/src/lib/libbsp/powerpc/gen5200/include/tm27.h
@@ -1,6 +1,10 @@
/*
- * tm27.h
- *
+ * @file
+ * @ingroup powerpc_gen5200
+ * @brief Implementations for interrupt mechanisms for Time Test 27
+ */
+
+/*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/include/tm27.h b/c/src/lib/libbsp/powerpc/motorola_powerpc/include/tm27.h
index fc8f14463f..7c3cc9ac8b 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/include/tm27.h
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/include/tm27.h
@@ -1,6 +1,10 @@
/*
- * tm27.h
- *
+ * @file
+ * @ingroup powerpc_motorola_powerpc
+ * @brief Implementations for interrupt mechanisms for Time Test 27
+ */
+
+/*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/include/tm27.h b/c/src/lib/libbsp/powerpc/mpc8260ads/include/tm27.h
index 50deb5e73f..fb0a6440be 100644
--- a/c/src/lib/libbsp/powerpc/mpc8260ads/include/tm27.h
+++ b/c/src/lib/libbsp/powerpc/mpc8260ads/include/tm27.h
@@ -1,6 +1,10 @@
/*
- * tm27.h
- *
+ * @file
+ * @ingroup powerpc_mpc8260ads
+ * @brief Implementations for interrupt mechanisms for Time Test 27
+ */
+
+/*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
diff --git a/c/src/lib/libbsp/powerpc/mvme5500/include/tm27.h b/c/src/lib/libbsp/powerpc/mvme5500/include/tm27.h
index c12e74c10f..a4883bc7b0 100644
--- a/c/src/lib/libbsp/powerpc/mvme5500/include/tm27.h
+++ b/c/src/lib/libbsp/powerpc/mvme5500/include/tm27.h
@@ -1,6 +1,10 @@
/*
- * tm27.h
- *
+ * @file
+ * @ingroup powerpc_mvme5500
+ * @brief Implementations for interrupt mechanisms for Time Test 27
+ */
+
+/*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
diff --git a/c/src/lib/libbsp/powerpc/psim/include/tm27.h b/c/src/lib/libbsp/powerpc/psim/include/tm27.h
index c12e74c10f..5b5a7f6b0b 100644
--- a/c/src/lib/libbsp/powerpc/psim/include/tm27.h
+++ b/c/src/lib/libbsp/powerpc/psim/include/tm27.h
@@ -1,6 +1,10 @@
/*
- * tm27.h
- *
+ * @file
+ * @ingroup powerpc_psim
+ * @brief Implementations for interrupt mechanisms for Time Test 27
+ */
+
+/*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
diff --git a/c/src/lib/libbsp/powerpc/score603e/include/tm27.h b/c/src/lib/libbsp/powerpc/score603e/include/tm27.h
index 10e07ce755..7c1708a0e3 100644
--- a/c/src/lib/libbsp/powerpc/score603e/include/tm27.h
+++ b/c/src/lib/libbsp/powerpc/score603e/include/tm27.h
@@ -1,7 +1,11 @@
/*
- * tm27.h
- *
- * COPYRIGHT (c) 1989-2009.
+ * @file
+ * @ingroup powerpc_score603e
+ * @brief Implementations for interrupt mechanisms for Time Test 27
+ */
+
+/*
+ * COPYRIGHT (c) 1989-2014.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
diff --git a/c/src/lib/libbsp/powerpc/ss555/include/tm27.h b/c/src/lib/libbsp/powerpc/ss555/include/tm27.h
index a92bf32488..d9d1ae3059 100644
--- a/c/src/lib/libbsp/powerpc/ss555/include/tm27.h
+++ b/c/src/lib/libbsp/powerpc/ss555/include/tm27.h
@@ -1,6 +1,10 @@
/*
- * tm27.h
- *
+ * @file
+ * @ingroup powerpc_ss555
+ * @brief Implementations for interrupt mechanisms for Time Test 27
+ */
+
+/*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.