summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/virtex5/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/virtex5/include/bsp.h')
-rw-r--r--bsps/powerpc/virtex5/include/bsp.h19
1 files changed, 17 insertions, 2 deletions
diff --git a/bsps/powerpc/virtex5/include/bsp.h b/bsps/powerpc/virtex5/include/bsp.h
index c1be0a11d7..97a3da9bd7 100644
--- a/bsps/powerpc/virtex5/include/bsp.h
+++ b/bsps/powerpc/virtex5/include/bsp.h
@@ -1,6 +1,9 @@
-/* @file
+/**
+ * @file
*
- * This include file contains all GEN405 board IO definitions.
+ * @ingroupRTEMSBSPsPowerPCVirtex5
+ *
+ * @brief Global BSP definitions.
*/
/*
@@ -43,6 +46,16 @@
#ifndef LIBBSP_POWERPC_VIRTEX5_BSP_H
#define LIBBSP_POWERPC_VIRTEX5_BSP_H
+/**
+ * @defgroup RTEMSBSPsPowerPCVirtex5 Xilinx Virtex-5
+ *
+ * @ingroup RTEMSBSPsPowerPC
+ *
+ * @brief Xilinx Virtex-5 Board Support Package.
+ *
+ * @{
+ */
+
#include <bspopts.h>
/*
@@ -101,4 +114,6 @@ void BSP_ask_for_reset(void);
}
#endif
+/** @} */
+
#endif