summaryrefslogtreecommitdiffstats
path: root/bsps/m68k/av5282/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/m68k/av5282/include/bsp.h')
-rw-r--r--bsps/m68k/av5282/include/bsp.h17
1 files changed, 11 insertions, 6 deletions
diff --git a/bsps/m68k/av5282/include/bsp.h b/bsps/m68k/av5282/include/bsp.h
index 643a0c9184..ee21777e82 100644
--- a/bsps/m68k/av5282/include/bsp.h
+++ b/bsps/m68k/av5282/include/bsp.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup m68k_av5282
+ * @ingroup RTEMSBSPsM68kAV5282
*
* @brief Global BSP definitions.
*/
@@ -10,17 +10,19 @@
* av5282 BSP header file
*/
+#ifndef LIBBSP_M68K_AV5282_BSP_H
+#define LIBBSP_M68K_AV5282_BSP_H
+
/**
- * @defgroup m68k_av5282 AV5282 Support
+ * @defgroup RTEMSBSPsM68kAV5282 AV5282
*
* @ingroup RTEMSBSPsM68k
*
- * @brief AV5282 support.
+ * @brief AV5282 Board Support Package.
+ *
+ * @{
*/
-#ifndef LIBBSP_M68K_AV5282_BSP_H
-#define LIBBSP_M68K_AV5282_BSP_H
-
#ifndef ASM
#include <bspopts.h>
@@ -94,4 +96,7 @@ void Init5282(void);
#endif
#endif /* !ASM */
+
+/** @} */
+
#endif