summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/qemuppc/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/qemuppc/include/bsp.h')
-rw-r--r--bsps/powerpc/qemuppc/include/bsp.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/bsps/powerpc/qemuppc/include/bsp.h b/bsps/powerpc/qemuppc/include/bsp.h
index 240cfd3bea..4aebe89eec 100644
--- a/bsps/powerpc/qemuppc/include/bsp.h
+++ b/bsps/powerpc/qemuppc/include/bsp.h
@@ -1,3 +1,11 @@
+/**
+ * @file
+ *
+ * @ingroup RTEMSBSPsPowerPCQemu
+ *
+ * @brief Global BSP definitions.
+ */
+
/*
* This include file contains some definitions specific to the
* qemu powerpc Prep simulator
@@ -15,6 +23,16 @@
#ifndef LIBBSP_POWERPC_QEMUPPC_BSP_H
#define LIBBSP_POWERPC_QEMUPPC_BSP_H
+/**
+ * @defgroup RTEMSBSPsPowerPCQemu Qemu
+ *
+ * @ingroup RTEMSBSPsPowerPC
+ *
+ * @brief Qemu Board Support Package.
+ *
+ * @{
+ */
+
#ifndef ASM
#include <bspopts.h>
@@ -44,4 +62,6 @@ void cmain(void);
#endif /* !ASM */
+/** @} */
+
#endif