summaryrefslogtreecommitdiffstats
path: root/bsps/mips/hurricane/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/mips/hurricane/include/bsp.h')
-rw-r--r--bsps/mips/hurricane/include/bsp.h18
1 files changed, 17 insertions, 1 deletions
diff --git a/bsps/mips/hurricane/include/bsp.h b/bsps/mips/hurricane/include/bsp.h
index 1c9dc652f0..02fd04d8de 100644
--- a/bsps/mips/hurricane/include/bsp.h
+++ b/bsps/mips/hurricane/include/bsp.h
@@ -1,5 +1,9 @@
/**
- * @file
+ * @file
+ *
+ * @ingroup RTEMSBSPsMIPSHurricane
+ *
+ * @brief Global BSP definitions.
*/
/*
@@ -14,6 +18,16 @@
#ifndef LIBBSP_MIPS_HURRICANE_BSP_H
#define LIBBSP_MIPS_HURRICANE_BSP_H
+/**
+ * @defgroup RTEMSBSPsMIPSHurricane Hurricane
+ *
+ * @ingroup RTEMSBSPsMIPS
+ *
+ * @brief Hurricane Board Support Package.
+ *
+ * @{
+ */
+
#ifndef ASM
#include <bspopts.h>
@@ -76,4 +90,6 @@ void resettlb(int i);
#endif /* !ASM */
+/** @} */
+
#endif /* __HURRICANE_BSP_h */