summaryrefslogtreecommitdiffstats
path: root/bsps/m68k/mvme167/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/m68k/mvme167/include/bsp.h')
-rw-r--r--bsps/m68k/mvme167/include/bsp.h21
1 files changed, 16 insertions, 5 deletions
diff --git a/bsps/m68k/mvme167/include/bsp.h b/bsps/m68k/mvme167/include/bsp.h
index d04b4f3952..152510f224 100644
--- a/bsps/m68k/mvme167/include/bsp.h
+++ b/bsps/m68k/mvme167/include/bsp.h
@@ -1,10 +1,9 @@
/**
- * @file
+ * @file
*
- * Following defines must reflect the setup of the particular MVME167.
- * All page references are to the MVME166/MVME167/MVME187 Single Board
- * Computer Programmer's Reference Guide (MVME187PG/D2) with the April
- * 1993 supplements/addenda (MVME187PG/D2A1).
+ * @ingroup RTEMSBSPsM68kMVME167
+ *
+ * @brief Global BSP definitions.
*/
/*
@@ -22,6 +21,16 @@
#ifndef LIBBSP_M68K_MVME167_BSP_H
#define LIBBSP_M68K_MVME167_BSP_H
+/**
+ * @defgroup RTEMSBSPsM68kMVME162 MVME167
+ *
+ * @ingroup RTEMSBSPsM68k
+ *
+ * @brief MVME167 Board Support Package.
+ *
+ * @{
+ */
+
#include <bspopts.h>
#include <bsp/default-initial-extension.h>
@@ -315,4 +324,6 @@ extern void *M68Kvec[]; /* vector table address */
}
#endif
+/** @} */
+
#endif