summaryrefslogtreecommitdiffstats
path: root/bsps/include/grlib/ambapp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/include/grlib/ambapp.h')
-rw-r--r--bsps/include/grlib/ambapp.h15
1 files changed, 12 insertions, 3 deletions
diff --git a/bsps/include/grlib/ambapp.h b/bsps/include/grlib/ambapp.h
index 5e5a649f53..6b617ada70 100644
--- a/bsps/include/grlib/ambapp.h
+++ b/bsps/include/grlib/ambapp.h
@@ -1,9 +1,6 @@
/**
* @file
- * @ingroup sparc_bsp
- * @defgroup amba AMBA
* @ingroup amba
- * @brief AMBA Plug &Play routines
*/
/*
@@ -18,6 +15,16 @@
#ifndef __AMBAPP_H__
#define __AMBAPP_H__
+/**
+ * @defgroup amba AMBA
+ *
+ * @ingroup RTEMSBSPsSharedGRLIB
+ *
+ * @brief AMBA Plug & Play routines
+ *
+ * @{
+ */
+
/* Include VENDOR and DEVICE definitions */
#include "ambapp_ids.h"
@@ -373,4 +380,6 @@ extern int ambapp_get_number_apbslv_devices(
}
#endif
+/** @} */
+
#endif