summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/tqm8xx/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/tqm8xx/include/bsp.h')
-rw-r--r--bsps/powerpc/tqm8xx/include/bsp.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/bsps/powerpc/tqm8xx/include/bsp.h b/bsps/powerpc/tqm8xx/include/bsp.h
index 8e84ee883e..e934cf23ff 100644
--- a/bsps/powerpc/tqm8xx/include/bsp.h
+++ b/bsps/powerpc/tqm8xx/include/bsp.h
@@ -1,3 +1,11 @@
+/**
+ * @file
+ *
+ * @ingroup RTEMSBSPsPowerPCTQM8XX
+ *
+ * @brief Global BSP definitions.
+ */
+
/*
* RTEMS TQM8xx BSP
* This include file contains all board IO definitions.
@@ -24,6 +32,16 @@
#ifndef LIBBSP_POWERPC_TQM8XX_BSP_H
#define LIBBSP_POWERPC_TQM8XX_BSP_H
+/**
+ * @defgroup RTEMSBSPsPowerPCTQM8XX TQM8XX
+ *
+ * @ingroup RTEMSBSPsPowerPC
+ *
+ * @brief TQM8XX Board Support Package.
+ *
+ * @{
+ */
+
/*
* indicate, that BSP is booted via TQMMon
*/
@@ -162,4 +180,7 @@ void cpu_init(void);
#endif
#endif
+
+/** @} */
+
#endif