summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/virtex/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/virtex/include/bsp.h')
-rw-r--r--bsps/powerpc/virtex/include/bsp.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/bsps/powerpc/virtex/include/bsp.h b/bsps/powerpc/virtex/include/bsp.h
index 17af5214c2..b55e1a61f3 100644
--- a/bsps/powerpc/virtex/include/bsp.h
+++ b/bsps/powerpc/virtex/include/bsp.h
@@ -1,3 +1,11 @@
+/**
+ * @file
+ *
+ * @ingroup RTEMSBSPsPowerPCVirtex
+ *
+ * @brief Global BSP definitions.
+ */
+
/* bsp.h
*
* This include file contains all GEN405 board IO definitions.
@@ -41,6 +49,16 @@
#ifndef LIBBSP_POWERPC_VIRTEX_BSP_H
#define LIBBSP_POWERPC_VIRTEX_BSP_H
+/**
+ * @defgroup RTEMSBSPsPowerPCVirtex Xilinx Virtex
+ *
+ * @ingroup RTEMSBSPsPowerPC
+ *
+ * @brief Xilinx Virtex Board Support Package.
+ *
+ * @{
+ */
+
#include <bspopts.h>
#ifdef ASM
@@ -76,4 +94,6 @@ extern int xilTemac_driver_attach(struct rtems_bsdnet_ifconfig*, int );
#endif /* ASM */
+/** @} */
+
#endif