summaryrefslogtreecommitdiffstats
path: root/bsps/sh/gensh4/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/sh/gensh4/include/bsp.h')
-rw-r--r--bsps/sh/gensh4/include/bsp.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/bsps/sh/gensh4/include/bsp.h b/bsps/sh/gensh4/include/bsp.h
index f29957cfa5..294e8e3ea1 100644
--- a/bsps/sh/gensh4/include/bsp.h
+++ b/bsps/sh/gensh4/include/bsp.h
@@ -1,3 +1,11 @@
+/**
+ * @file
+ *
+ * @ingroup RTEMSBSPsSH4
+ *
+ * @brief Global BSP definitions.
+ */
+
/*
* generic sh4 BSP
*
@@ -40,6 +48,16 @@
#ifndef LIBBSP_SH_GENSH4_BSP_H
#define LIBBSP_SH_GENSH4_BSP_H
+/**
+ * @defgroup RTEMSBSPsSH4 SH-4
+ *
+ * @ingroup RTEMSBSPsSH
+ *
+ * @brief SH-4 Board Support Package.
+ *
+ * @{
+ */
+
#include <rtems.h>
#include <bspopts.h>
#include <bsp/default-initial-extension.h>
@@ -82,4 +100,6 @@ void bsp_cache_on(void);
}
#endif
+/** @} */
+
#endif