summaryrefslogtreecommitdiffstats
path: root/bsps/sh/shsim/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/sh/shsim/include/bsp.h')
-rw-r--r--bsps/sh/shsim/include/bsp.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/bsps/sh/shsim/include/bsp.h b/bsps/sh/shsim/include/bsp.h
index ff63b3849b..80e2f096ea 100644
--- a/bsps/sh/shsim/include/bsp.h
+++ b/bsps/sh/shsim/include/bsp.h
@@ -1,3 +1,11 @@
+/**
+ * @file
+ *
+ * @ingroup RTEMSBSPsSHSim
+ *
+ * @brief Global BSP definitions.
+ */
+
/*
* SH-gdb simulator BSP
*
@@ -24,6 +32,16 @@
#ifndef LIBBSP_SH_SHSIM_BSP_H
#define LIBBSP_SH_SHSIM_BSP_H
+/**
+ * @defgroup RTEMSBSPsSHSim Simulator
+ *
+ * @ingroup RTEMSBSPsSH
+ *
+ * @brief Simulator Board Support Package.
+ *
+ * @{
+ */
+
#ifndef ASM
#include <rtems.h>
@@ -56,4 +74,7 @@ void bsp_hw_init(void);
#endif
#endif /* !ASM */
+
+/** @} */
+
#endif