summaryrefslogtreecommitdiffstats
path: root/bsps/arm/csb336/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/csb336/include/bsp.h')
-rw-r--r--bsps/arm/csb336/include/bsp.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/bsps/arm/csb336/include/bsp.h b/bsps/arm/csb336/include/bsp.h
index c886dd9a5f..9e6cbf709a 100644
--- a/bsps/arm/csb336/include/bsp.h
+++ b/bsps/arm/csb336/include/bsp.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup arm_csb336
+ * @ingroup RTEMSBSPsARMCSB336
*
* @brief Global BSP definitions.
*/
@@ -19,6 +19,16 @@
#ifndef LIBBSP_ARM_CSB336_BSP_H
#define LIBBSP_ARM_CSB336_BSP_H
+/**
+ * @defgroup RTEMSBSPsARMCSB336 CSB336
+ *
+ * @ingroup RTEMSBSPsARM Board Support Package
+ *
+ * @brief CSB336 support package.
+ *
+ * @{
+ */
+
#include <bspopts.h>
#include <bsp/default-initial-extension.h>
@@ -29,16 +39,6 @@
extern "C" {
#endif
-/**
- * @defgroup arm_csb336 CSB336 Support
- *
- * @ingroup RTEMSBSPsARM
- *
- * @brief CSB336 support package.
- *
- * @{
- */
-
#define BSP_FEATURE_IRQ_EXTENSION
/* What is the input clock freq in hertz? */
@@ -58,11 +58,11 @@ int rtems_mc9328mxl_enet_attach(struct rtems_bsdnet_ifconfig *config,
#define RTEMS_BSP_NETWORK_DRIVER_NAME "eth0"
#define RTEMS_BSP_NETWORK_DRIVER_ATTACH rtems_mc9328mxl_enet_attach
-/** @} */
-
#ifdef __cplusplus
}
#endif
+/** @} */
+
#endif /* _BSP_H */