summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/gen83xx/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/gen83xx/include/bsp.h')
-rw-r--r--bsps/powerpc/gen83xx/include/bsp.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/bsps/powerpc/gen83xx/include/bsp.h b/bsps/powerpc/gen83xx/include/bsp.h
index 682dfc2986..db9a763cb5 100644
--- a/bsps/powerpc/gen83xx/include/bsp.h
+++ b/bsps/powerpc/gen83xx/include/bsp.h
@@ -1,3 +1,11 @@
+/**
+ * @file
+ *
+ * @ingroup RTEMSBSPsPowerPCGen83XX
+ *
+ * @brief Global BSP definitions.
+ */
+
/*===============================================================*\
| Project: RTEMS generic MPC83xx BSP |
+-----------------------------------------------------------------+
@@ -21,6 +29,16 @@
#ifndef LIBBSP_POWERPC_GEN83XX_BSP_H
#define LIBBSP_POWERPC_GEN83XX_BSP_H
+/**
+ * @defgroup RTEMSBSPsPowerPCGen83XX NXP MPC83XX
+ *
+ * @ingroup RTEMSBSPsPowerPC
+ *
+ * @brief NXP MPC83XX Board Support Package.
+ *
+ * @{
+ */
+
#define BSP_FEATURE_IRQ_EXTENSION
#include <bspopts.h>
@@ -156,4 +174,6 @@ void bsp_restart(void *addr);
#endif /* ASM */
+/** @} */
+
#endif /* GEN83xx */