summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/motorola_powerpc/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/motorola_powerpc/include/bsp.h')
-rw-r--r--bsps/powerpc/motorola_powerpc/include/bsp.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/bsps/powerpc/motorola_powerpc/include/bsp.h b/bsps/powerpc/motorola_powerpc/include/bsp.h
index 6475902f47..62e740272a 100644
--- a/bsps/powerpc/motorola_powerpc/include/bsp.h
+++ b/bsps/powerpc/motorola_powerpc/include/bsp.h
@@ -1,3 +1,11 @@
+/**
+ * @file
+ *
+ * @ingroup RTEMSBSPsPowerPCMotorola
+ *
+ * @brief Global BSP definitions.
+ */
+
/*
*
* The license and distribution terms for this file may be
@@ -7,6 +15,16 @@
#ifndef LIBBSP_POWERPC_MOTOROLA_POWERPC_BSP_H
#define LIBBSP_POWERPC_MOTOROLA_POWERPC_BSP_H
+/**
+ * @defgroup RTEMSBSPsPowerPCMotorola Motorola
+ *
+ * @ingroup RTEMSBSPsPowerPC
+ *
+ * @brief Motorola Board Support Package.
+ *
+ * @{
+ */
+
#include <bspopts.h>
#include <bsp/default-initial-extension.h>
@@ -251,4 +269,6 @@ void VIA_isa_bridge_interrupts_setup(void);
};
#endif
+/** @} */
+
#endif