summaryrefslogtreecommitdiffstats
path: root/bsps/sh/gensh1/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/sh/gensh1/include/bsp.h')
-rw-r--r--bsps/sh/gensh1/include/bsp.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/bsps/sh/gensh1/include/bsp.h b/bsps/sh/gensh1/include/bsp.h
index b70e8382a5..7fe7c3c0c5 100644
--- a/bsps/sh/gensh1/include/bsp.h
+++ b/bsps/sh/gensh1/include/bsp.h
@@ -1,3 +1,11 @@
+/**
+ * @file
+ *
+ * @ingroup RTEMSBSPsSH1
+ *
+ * @brief Global BSP definitions.
+ */
+
/*
* generic sh1
*
@@ -25,6 +33,16 @@
#ifndef LIBBSP_SH_GENSH1_BSP_H
#define LIBBSP_SH_GENSH1_BSP_H
+/**
+ * @defgroup RTEMSBSPsSH1 SH-1
+ *
+ * @ingroup RTEMSBSPsSH
+ *
+ * @brief SH-1 Board Support Package.
+ *
+ * @{
+ */
+
#include <rtems.h>
#include <termios.h> /* for tcflag_t */
@@ -63,4 +81,6 @@ int _sci_get_brparms(
}
#endif
+/** @} */
+
#endif