summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/haleakala/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/haleakala/include/bsp.h')
-rw-r--r--bsps/powerpc/haleakala/include/bsp.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/bsps/powerpc/haleakala/include/bsp.h b/bsps/powerpc/haleakala/include/bsp.h
index b26e739e60..71ea09b545 100644
--- a/bsps/powerpc/haleakala/include/bsp.h
+++ b/bsps/powerpc/haleakala/include/bsp.h
@@ -1,3 +1,11 @@
+/**
+ * @file
+ *
+ * @ingroup RTEMSBSPsPowerPCHaleakala
+ *
+ * @brief Global BSP definitions.
+ */
+
/* bsp.h
*
* Generic 405EX bsp.h
@@ -45,6 +53,16 @@
#ifndef LIBBSP_POWERPC_HALEAKALA_BSP_H
#define LIBBSP_POWERPC_HALEAKALA_BSP_H
+/**
+ * @defgroup RTEMSBSPsPowerPCHaleakala Haleakala
+ *
+ * @ingroup RTEMSBSPsPowerPC
+ *
+ * @brief Haleakala Board Support Package.
+ *
+ * @{
+ */
+
#include <bspopts.h>
#ifdef ASM
@@ -84,4 +102,6 @@
#endif
#endif /* ASM */
+/** @} */
+
#endif /* BSP_H */