summaryrefslogtreecommitdiffstats
path: root/bsps/riscv/griscv/include/amba.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/riscv/griscv/include/amba.h')
-rw-r--r--bsps/riscv/griscv/include/amba.h19
1 files changed, 16 insertions, 3 deletions
diff --git a/bsps/riscv/griscv/include/amba.h b/bsps/riscv/griscv/include/amba.h
index e1c5c00464..8833cdfba6 100644
--- a/bsps/riscv/griscv/include/amba.h
+++ b/bsps/riscv/griscv/include/amba.h
@@ -1,8 +1,7 @@
/**
* @file
- * @defgroup amba AMBA Driver Handler
- * @ingroup sparc_leon3
- * @brief AMBA Plag & Play Bus Driver Macros
+ *
+ * @ingroup RTEMSBSPsRISCVGRLIBAMBA
*/
/*
@@ -21,6 +20,18 @@
#ifndef __AMBA_H__
#define __AMBA_H__
+/**
+ * @defgroup RTEMSBSPsRISCVGRLIBAMBA RISC-V AMBA Driver Handler
+ *
+ * @ingroup RTEMSBSPsRISCVGRLIB
+ *
+ * @ingroup RTEMSBSPsSharedGRLIB
+ *
+ * @brief AMBA Plag & Play Bus Driver Macros
+ *
+ * @{
+ */
+
#ifndef GRLIB_IO_AREA
#define GRLIB_IO_AREA 0xfff00000
#endif
@@ -140,4 +151,6 @@ static inline uint32_t grlib_get_cpu_count(
}
#endif
+/** @} */
+
#endif /* __AMBA_H__ */