summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/beatnik/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/beatnik/include/bsp.h')
-rw-r--r--bsps/powerpc/beatnik/include/bsp.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/bsps/powerpc/beatnik/include/bsp.h b/bsps/powerpc/beatnik/include/bsp.h
index fa29d373e5..477f03345d 100644
--- a/bsps/powerpc/beatnik/include/bsp.h
+++ b/bsps/powerpc/beatnik/include/bsp.h
@@ -1,3 +1,11 @@
+/**
+ * @file
+ *
+ * @ingroup RTEMSBSPsPowerPCBeatnik
+ *
+ * @brief Global BSP definitions.
+ */
+
/*
* bsp.h -- contain BSP API definition.
*/
@@ -17,6 +25,16 @@
#ifndef LIBBSP_BEATNIK_BSP_H
#define LIBBSP_BEATNIK_BSP_H
+/**
+ * @defgroup RTEMSBSPsPowerPCBeatnik Beatnik (MVME5500 and MVME6100)
+ *
+ * @ingroup RTEMSBSPsPowerPC
+ *
+ * @brief Beatnik (MVME5500 and MVME6100) Board Support Package.
+ *
+ * @{
+ */
+
#ifndef ASM
#include <bspopts.h>
@@ -296,4 +314,6 @@ uint32_t probeMemoryEnd(void);
#endif /* !ASM */
+/** @} */
+
#endif