summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc
diff options
context:
space:
mode:
authorCynthia Rempel <cynt6007@vandals.uidaho.edu>2014-01-14 17:33:48 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-01-14 17:33:48 -0600
commit279d83d33a84c66149d3f32d52216b7baaa48e21 (patch)
treedcf4836c9ceba744a9d48362f2b23349ed0bf86e /c/src/lib/libbsp/powerpc
parentlibbsp mips: Add Doxygen file header to coverhd.h (diff)
downloadrtems-279d83d33a84c66149d3f32d52216b7baaa48e21.tar.bz2
libbsp powerpc: Add Doxygen file header to coverhd.h
Diffstat (limited to 'c/src/lib/libbsp/powerpc')
-rw-r--r--c/src/lib/libbsp/powerpc/haleakala/include/coverhd.h8
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/include/coverhd.h8
-rw-r--r--c/src/lib/libbsp/powerpc/psim/include/coverhd.h8
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/include/coverhd.h8
-rw-r--r--c/src/lib/libbsp/powerpc/virtex/include/coverhd.h8
-rw-r--r--c/src/lib/libbsp/powerpc/virtex4/include/coverhd.h8
-rw-r--r--c/src/lib/libbsp/powerpc/virtex5/include/coverhd.h8
7 files changed, 49 insertions, 7 deletions
diff --git a/c/src/lib/libbsp/powerpc/haleakala/include/coverhd.h b/c/src/lib/libbsp/powerpc/haleakala/include/coverhd.h
index 025488c730..ff43656565 100644
--- a/c/src/lib/libbsp/powerpc/haleakala/include/coverhd.h
+++ b/c/src/lib/libbsp/powerpc/haleakala/include/coverhd.h
@@ -1,4 +1,10 @@
-/* coverhd.h
+/**
+ * @file
+ * @ingroup powerpc_haleakala
+ * @brief C Overhead definitions
+ */
+
+/*
*
* This include file has defines to represent the overhead associated
* with calling a particular directive from C. These are used in the
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/include/coverhd.h b/c/src/lib/libbsp/powerpc/mbx8xx/include/coverhd.h
index b3271c078a..4b74481fd8 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/include/coverhd.h
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/include/coverhd.h
@@ -1,4 +1,10 @@
-/* coverhd.h
+/**
+ * @file
+ * @ingroup powerpc_mbx8xx
+ * @brief C Overhead definitions
+ */
+
+/*
*
* This include file has defines to represent the overhead associated
* with calling a particular directive from C. These are used in the
diff --git a/c/src/lib/libbsp/powerpc/psim/include/coverhd.h b/c/src/lib/libbsp/powerpc/psim/include/coverhd.h
index 025488c730..1a5b79b68c 100644
--- a/c/src/lib/libbsp/powerpc/psim/include/coverhd.h
+++ b/c/src/lib/libbsp/powerpc/psim/include/coverhd.h
@@ -1,4 +1,10 @@
-/* coverhd.h
+/**
+ * @file
+ * @ingroup powerpc_psim
+ * @brief C Overhead definitions
+ */
+
+/*
*
* This include file has defines to represent the overhead associated
* with calling a particular directive from C. These are used in the
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/include/coverhd.h b/c/src/lib/libbsp/powerpc/tqm8xx/include/coverhd.h
index 0d0f5b4478..234f99b6a4 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/include/coverhd.h
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/include/coverhd.h
@@ -1,4 +1,10 @@
-/* coverhd.h
+/**
+ * @file
+ * @ingroup powerpc_tqm8xx
+ * @brief C Overhead definitions
+ */
+
+/*
*
* This include file has defines to represent the overhead associated
* with calling a particular directive from C. These are used in the
diff --git a/c/src/lib/libbsp/powerpc/virtex/include/coverhd.h b/c/src/lib/libbsp/powerpc/virtex/include/coverhd.h
index 025488c730..df7416252c 100644
--- a/c/src/lib/libbsp/powerpc/virtex/include/coverhd.h
+++ b/c/src/lib/libbsp/powerpc/virtex/include/coverhd.h
@@ -1,4 +1,10 @@
-/* coverhd.h
+/**
+ * @file
+ * @ingroup powerpc_virtex
+ * @brief C Overhead definitions
+ */
+
+/*
*
* This include file has defines to represent the overhead associated
* with calling a particular directive from C. These are used in the
diff --git a/c/src/lib/libbsp/powerpc/virtex4/include/coverhd.h b/c/src/lib/libbsp/powerpc/virtex4/include/coverhd.h
index 025488c730..7b0cf42f57 100644
--- a/c/src/lib/libbsp/powerpc/virtex4/include/coverhd.h
+++ b/c/src/lib/libbsp/powerpc/virtex4/include/coverhd.h
@@ -1,4 +1,10 @@
-/* coverhd.h
+/**
+ * @file
+ * @ingroup powerpc_virtex4
+ * @brief C Overhead definitions
+ */
+
+/*
*
* This include file has defines to represent the overhead associated
* with calling a particular directive from C. These are used in the
diff --git a/c/src/lib/libbsp/powerpc/virtex5/include/coverhd.h b/c/src/lib/libbsp/powerpc/virtex5/include/coverhd.h
index 025488c730..ea068f7899 100644
--- a/c/src/lib/libbsp/powerpc/virtex5/include/coverhd.h
+++ b/c/src/lib/libbsp/powerpc/virtex5/include/coverhd.h
@@ -1,4 +1,10 @@
-/* coverhd.h
+/**
+ * @file
+ * @ingroup powerpc_virtex5
+ * @brief C Overhead definitions
+ */
+
+/*
*
* This include file has defines to represent the overhead associated
* with calling a particular directive from C. These are used in the