summaryrefslogtreecommitdiffstats
path: root/bsps/include/grlib/i2cmst.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/include/grlib/i2cmst.h')
-rw-r--r--bsps/include/grlib/i2cmst.h15
1 files changed, 12 insertions, 3 deletions
diff --git a/bsps/include/grlib/i2cmst.h b/bsps/include/grlib/i2cmst.h
index a06117f0dc..01dbcf5bfb 100644
--- a/bsps/include/grlib/i2cmst.h
+++ b/bsps/include/grlib/i2cmst.h
@@ -1,9 +1,6 @@
/**
* @file
- * @ingroup sparc_bsp
- * @defgroup i2c I2C-master
* @ingroup i2c
- * @brief Driver for GRLIB port of OpenCores I2C-master
*/
/*
@@ -18,6 +15,16 @@
#ifndef _I2CMST_H
#define _I2CMST_H
+/**
+ * @defgroup i2c I2C-master
+ *
+ * @ingroup RTEMSBSPsSharedGRLIB
+ *
+ * @brief Driver for GRLIB port of OpenCores I2C-master
+ *
+ * @{
+ */
+
#include <rtems/libi2c.h>
#include "ambapp.h"
@@ -62,4 +69,6 @@ void i2cmst_register_drv (void);
}
#endif
+/** @} */
+
#endif /* _I2CMST_H */