summaryrefslogtreecommitdiffstats
path: root/bsps/arm/csb337/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/csb337/include/bsp.h')
-rw-r--r--bsps/arm/csb337/include/bsp.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/bsps/arm/csb337/include/bsp.h b/bsps/arm/csb337/include/bsp.h
index c757bf1bc9..d5daa63d3e 100644
--- a/bsps/arm/csb337/include/bsp.h
+++ b/bsps/arm/csb337/include/bsp.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup arm_csb337
+ * @ingroup RTEMSBSPsARMCSB337
*
* @brief Global BSP definitions.
*/
@@ -19,6 +19,16 @@
#ifndef LIBBSP_ARM_CSB337_BSP_H
#define LIBBSP_ARM_CSB337_BSP_H
+/**
+ * @defgroup RTEMSBSPsARMCSB337 CSB337
+ *
+ * @ingroup RTEMSBSPsARM
+ *
+ * @brief CSB337 Board Support Package.
+ *
+ * @{
+ */
+
#include <bspopts.h>
#include <bsp/default-initial-extension.h>
@@ -28,16 +38,6 @@
extern "C" {
#endif
-/**
- * @defgroup arm_csb337 CSB337 Support
- *
- * @ingroup RTEMSBSPsARM
- *
- * @brief CSB337 support package.
- *
- * @{
- */
-
#define BSP_FEATURE_IRQ_EXTENSION
/* What is the input clock freq in hertz? */
@@ -68,11 +68,11 @@ int rtems_at91rm9200_emac_attach(struct rtems_bsdnet_ifconfig *config, int attac
#define RTEMS_BSP_NETWORK_DRIVER_NAME "eth0"
#define RTEMS_BSP_NETWORK_DRIVER_ATTACH rtems_at91rm9200_emac_attach
-/** @} */
-
#ifdef __cplusplus
}
#endif
+/** @} */
+
#endif /* _BSP_H */