summaryrefslogtreecommitdiffstats
path: root/bsps/x86_64/amd64
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-03-04 15:32:15 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-03-08 07:42:54 +0100
commitc991eeeccc21901011ddd9ecc626c4d164fe2041 (patch)
treed853f9d374984a213398d96927e76ec55ee546df /bsps/x86_64/amd64
parentshell: Correct argument order of `mfill` (diff)
downloadrtems-c991eeeccc21901011ddd9ecc626c4d164fe2041.tar.bz2
bsps: Adjust bsp.h Doxygen groups
Update #3706.
Diffstat (limited to 'bsps/x86_64/amd64')
-rw-r--r--bsps/x86_64/amd64/include/bsp.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/bsps/x86_64/amd64/include/bsp.h b/bsps/x86_64/amd64/include/bsp.h
index 2fa6da42a0..647afe5f66 100644
--- a/bsps/x86_64/amd64/include/bsp.h
+++ b/bsps/x86_64/amd64/include/bsp.h
@@ -1,3 +1,11 @@
+/**
+ * @file
+ *
+ * @ingroup RTEMSBSPsX8664Amd64
+ *
+ * @brief Global BSP definitions.
+ */
+
/* bsp.h
*
* This include file contains all board IO definitions.
@@ -35,6 +43,12 @@
#ifndef LIBBSP_X86_64_AMD64_BSP_H
#define LIBBSP_X86_64_AMD64_BSP_H
+/**
+ * @addtogroup RTEMSBSPsX8664
+ *
+ * @{
+ */
+
#include <bspopts.h>
#include <bsp/default-initial-extension.h>
@@ -48,4 +62,6 @@ extern "C" {
}
#endif
+/** @} */
+
#endif