summaryrefslogtreecommitdiffstats
path: root/bsps/mips/csb350/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/mips/csb350/include/bsp.h')
-rw-r--r--bsps/mips/csb350/include/bsp.h21
1 files changed, 17 insertions, 4 deletions
diff --git a/bsps/mips/csb350/include/bsp.h b/bsps/mips/csb350/include/bsp.h
index ed503a1faa..df39b02150 100644
--- a/bsps/mips/csb350/include/bsp.h
+++ b/bsps/mips/csb350/include/bsp.h
@@ -1,8 +1,9 @@
/**
- * @file
- *
- * This include file contains some definitions specific to the
- * Cogent CSB350 Board.
+ * @file
+ *
+ * @ingroup RTEMSBSPsMIPSCSB350
+ *
+ * @brief Global BSP definitions.
*/
/*
@@ -17,6 +18,16 @@
#ifndef LIBBSP_MIPS_CSB350_BSP_H
#define LIBBSP_MIPS_CSB350_BSP_H
+/**
+ * @defgroup RTEMSBSPsMIPSCSB350 CSB350
+ *
+ * @ingroup RTEMSBSPsMIPS
+ *
+ * @brief CSB350 Board Support Package.
+ *
+ * @{
+ */
+
#include <bspopts.h>
#include <bsp/default-initial-extension.h>
@@ -44,4 +55,6 @@ int rtems_au1x00_emac_attach(struct rtems_bsdnet_ifconfig *config,
}
#endif
+/** @} */
+
#endif