summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/shared/include/i2cmst.h
diff options
context:
space:
mode:
authorToma Radu <radustoma@yahoo.com>2013-12-06 02:52:26 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-01-09 09:21:49 -0600
commit1d325e7b4da574d793b49beea8833478cef52d42 (patch)
treee548823532afe2630effaa6d283ba0380429ef14 /c/src/lib/libbsp/sparc/shared/include/i2cmst.h
parentlibtests/uid01: Fix Copyright information (diff)
downloadrtems-1d325e7b4da574d793b49beea8833478cef52d42.tar.bz2
sparc BSP shared: Improve Doxygen
Add doxygen to the header files in sparc/shared/include directory.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/sparc/shared/include/i2cmst.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/sparc/shared/include/i2cmst.h b/c/src/lib/libbsp/sparc/shared/include/i2cmst.h
index 9f612fab1e..064582a5cd 100644
--- a/c/src/lib/libbsp/sparc/shared/include/i2cmst.h
+++ b/c/src/lib/libbsp/sparc/shared/include/i2cmst.h
@@ -1,6 +1,12 @@
+/**
+ * @file
+ * @ingroup sparc_bsp
+ * @defgroup i2c I2C-master
+ * @ingroup i2c
+ * @brief Driver for GRLIB port of OpenCores I2C-master
+ */
+
/*
- * Driver for GRLIB port of OpenCores I2C-master
- *
* COPYRIGHT (c) 2007 Gaisler Research
* with parts from the RTEMS MPC83xx I2C driver (c) 2007 Embedded Brains GmbH.
*
@@ -8,8 +14,8 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * This file contains the driver declarations
*/
+
#ifndef _I2CMST_H
#define _I2CMST_H