summaryrefslogtreecommitdiffstats
path: root/bsps/i386/pc386/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/i386/pc386/include/bsp.h')
-rw-r--r--bsps/i386/pc386/include/bsp.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/bsps/i386/pc386/include/bsp.h b/bsps/i386/pc386/include/bsp.h
index 3049ee5a8a..7bc6f839bd 100644
--- a/bsps/i386/pc386/include/bsp.h
+++ b/bsps/i386/pc386/include/bsp.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup i386_pc386
+ * @ingroup RTEMSBSPsI386Pc386
*
* @brief Global BSP definitions.
*/
@@ -47,6 +47,11 @@
#ifndef LIBBSP_I386_PC386_BSP_H
#define LIBBSP_I386_PC386_BSP_H
+/**
+ * @addtogroup RTEMSBSPsI386
+ *
+ * @{
+ */
#ifndef ASM
#include <bspopts.h>
@@ -61,13 +66,7 @@
extern "C" {
#endif
-/**
- * @degroup i386_pc386 PC386 Support
- *
- * @ingroup RTEMSBSPsI386
- *
- * @brief PC386 support.
- */
+
#define BSP_HAS_FRAME_BUFFER 1
@@ -261,4 +260,6 @@ void C_dispatch_isr(int vector);
#endif /* !ASM */
+/** @} */
+
#endif /* _BSP_H */