summaryrefslogtreecommitdiffstats
path: root/bsps/sparc/leon3/include/amba.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/sparc/leon3/include/amba.h')
-rw-r--r--bsps/sparc/leon3/include/amba.h19
1 files changed, 16 insertions, 3 deletions
diff --git a/bsps/sparc/leon3/include/amba.h b/bsps/sparc/leon3/include/amba.h
index 2d11096034..c41c70a5a7 100644
--- a/bsps/sparc/leon3/include/amba.h
+++ b/bsps/sparc/leon3/include/amba.h
@@ -1,8 +1,7 @@
/**
* @file
- * @defgroup amba AMBA Driver Handler
- * @ingroup sparc_leon3
- * @brief AMBA Plag & Play Bus Driver Macros
+ *
+ * @ingroup RTEMSBSPsSPARCLEON3AMBA
*/
/*
@@ -21,6 +20,18 @@
#ifndef __AMBA_H__
#define __AMBA_H__
+/**
+ * @defgroup RTEMSBSPsSPARCLEON3AMBA LEON3 AMBA Driver Handler
+ *
+ * @ingroup RTEMSBSPsSPARCLEON3
+ *
+ * @ingroup RTEMSBSPsSharedGRLIB
+ *
+ * @brief AMBA Plag & Play Bus Driver Macros
+ *
+ * @{
+ */
+
#define LEON3_IO_AREA 0xfff00000
#define LEON3_CONF_AREA 0xff000
#define LEON3_AHB_SLAVE_CONF_AREA (1 << 11)
@@ -45,4 +56,6 @@ extern struct ambapp_bus ambapp_plb;
}
#endif
+/** @} */
+
#endif /* __AMBA_H__ */