summaryrefslogtreecommitdiffstats
path: root/bsps/arm/gumstix/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/gumstix/include/bsp.h')
-rw-r--r--bsps/arm/gumstix/include/bsp.h23
1 files changed, 13 insertions, 10 deletions
diff --git a/bsps/arm/gumstix/include/bsp.h b/bsps/arm/gumstix/include/bsp.h
index 687ffde4e1..538fb745c9 100644
--- a/bsps/arm/gumstix/include/bsp.h
+++ b/bsps/arm/gumstix/include/bsp.h
@@ -1,6 +1,6 @@
/**
* @file
- * @ingroup arm_gumstix
+ * @ingroup RTEMSBSPsARMGumstix
* @brief Global BSP definitions.
*/
@@ -15,6 +15,16 @@
#ifndef LIBBSP_ARM_GUMSTIX_BSP_H
#define LIBBSP_ARM_GUMSTIX_BSP_H
+/**
+ * @defgroup RTEMSBSPsARMGumstix Gumstix
+ *
+ * @ingroup RTEMSBSPsARM
+ *
+ * @brief Gumstix Board Support Package.
+ *
+ * @{
+ */
+
#include <bspopts.h>
#include <bsp/default-initial-extension.h>
@@ -24,13 +34,6 @@
extern "C" {
#endif
-/**
- * @defgroup arm_gumstix Gumstix Support
- * @ingroup RTEMSBSPsARM
- * @brief Gumstix support package
- * @{
- */
-
#define BSP_FEATURE_IRQ_EXTENSION
#define BSP_HAS_FRAME_BUFFER 1
@@ -71,11 +74,11 @@ extern int rtems_ne_driver_attach(struct rtems_bsdnet_ifconfig *, int);
#define RTEMS_BSP_NETWORK_DRIVER_ATTACH BSP_NE2000_NETWORK_DRIVER_ATTACH
#endif
-/** @} */
-
#ifdef __cplusplus
}
#endif
+/** @} */
+
#endif /* _BSP_H */