summaryrefslogtreecommitdiffstats
path: root/bsps/sh/gensh2/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/sh/gensh2/include/bsp.h')
-rw-r--r--bsps/sh/gensh2/include/bsp.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/bsps/sh/gensh2/include/bsp.h b/bsps/sh/gensh2/include/bsp.h
index 38e2c49208..082ea8169a 100644
--- a/bsps/sh/gensh2/include/bsp.h
+++ b/bsps/sh/gensh2/include/bsp.h
@@ -1,3 +1,11 @@
+/**
+ * @file
+ *
+ * @ingroup RTEMSBSPsSH2
+ *
+ * @brief Global BSP definitions.
+ */
+
/*
* generic sh2
*
@@ -36,6 +44,16 @@
#ifndef LIBBSP_SH_GENSH2_BSP_H
#define LIBBSP_SH_GENSH2_BSP_H
+/**
+ * @defgroup RTEMSBSPsSH2 SH-2
+ *
+ * @ingroup RTEMSBSPsSH
+ *
+ * @brief SH-2 Board Support Package.
+ *
+ * @{
+ */
+
#include <rtems.h>
#include <bspopts.h>
@@ -77,4 +95,6 @@ int _sci_get_brparms(
}
#endif
+/** @} */
+
#endif