summaryrefslogtreecommitdiffstats
path: root/bsps/mips/rbtx4938/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/mips/rbtx4938/include/bsp.h')
-rw-r--r--bsps/mips/rbtx4938/include/bsp.h20
1 files changed, 17 insertions, 3 deletions
diff --git a/bsps/mips/rbtx4938/include/bsp.h b/bsps/mips/rbtx4938/include/bsp.h
index b57a60f2df..d71e4d4913 100644
--- a/bsps/mips/rbtx4938/include/bsp.h
+++ b/bsps/mips/rbtx4938/include/bsp.h
@@ -1,7 +1,9 @@
/**
- * @file
- *
- * This include file contains some definitions specific to the RBTX4938.
+ * @file
+ *
+ * @ingroup RTEMSBSPsMIPSRBTX4938
+ *
+ * @brief Global BSP definitions.
*/
/*
@@ -16,6 +18,16 @@
#ifndef LIBBSP_MIPS_RBTX4938_BSP_H
#define LIBBSP_MIPS_RBTX4938_BSP_H
+/**
+ * @defgroup RTEMSBSPsMIPSRBTX4938 RBTX4938
+ *
+ * @ingroup RTEMSBSPsMIPS
+ *
+ * @brief RBTX4938 Board Support Package.
+ *
+ * @{
+ */
+
#ifndef ASM
#include <bspopts.h>
@@ -43,4 +55,6 @@ void resettlb(int i);
#endif /* !ASM */
+/** @} */
+
#endif