summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/ss555/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/ss555/include/bsp.h')
-rw-r--r--bsps/powerpc/ss555/include/bsp.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/bsps/powerpc/ss555/include/bsp.h b/bsps/powerpc/ss555/include/bsp.h
index 3226f5eaf0..b6d9814075 100644
--- a/bsps/powerpc/ss555/include/bsp.h
+++ b/bsps/powerpc/ss555/include/bsp.h
@@ -1,3 +1,11 @@
+/**
+ * @file
+ *
+ * @ingroup RTEMSBSPsPowerPCSS555
+ *
+ * @brief Global BSP definitions.
+ */
+
/*
* This file includes definitions for the Intec SS555.
*/
@@ -19,6 +27,16 @@
#ifndef LIBBSP_POWERPC_SS555_BSP_H
#define LIBBSP_POWERPC_SS555_BSP_H
+/**
+ * @defgroup RTEMSBSPsPowerPCSS555 SS555
+ *
+ * @ingroup RTEMSBSPsPowerPC
+ *
+ * @brief SS555 Board Support Package.
+ *
+ * @{
+ */
+
#include <bspopts.h>
#ifdef ASM
@@ -95,4 +113,6 @@ void _InitSS555(void);
#endif /* !ASM */
+/** @} */
+
#endif