summaryrefslogtreecommitdiffstats
path: root/bsps/include/grlib/grspw.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/include/grlib/grspw.h')
-rw-r--r--bsps/include/grlib/grspw.h15
1 files changed, 12 insertions, 3 deletions
diff --git a/bsps/include/grlib/grspw.h b/bsps/include/grlib/grspw.h
index 70a9e0b100..50ca744bde 100644
--- a/bsps/include/grlib/grspw.h
+++ b/bsps/include/grlib/grspw.h
@@ -1,9 +1,6 @@
/**
* @file
- * @ingroup sparc_bsp
- * @defgroup spw SpaceWire
* @ingroup spw
- * @brief GRSPW Device Driver
*/
/*
@@ -18,6 +15,16 @@
#ifndef __GRSPW_H__
#define __GRSPW_H__
+/**
+ * @defgroup spw SpaceWire
+ *
+ * @ingroup RTEMSBSPsSharedGRLIB
+ *
+ * @brief GRSPW Device Driver
+ *
+ * @{
+ */
+
#include <grlib/ambapp.h>
#ifdef __cplusplus
@@ -165,4 +172,6 @@ extern void (*grspw_timecode_callback)
}
#endif
+/** @} */
+
#endif /* __GRSPW_H__ */