summaryrefslogtreecommitdiffstats
path: root/cpukit/libi2c/libi2c.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/libi2c/libi2c.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/cpukit/libi2c/libi2c.h b/cpukit/libi2c/libi2c.h
index fa0a5850ea..3ab4432b9f 100644
--- a/cpukit/libi2c/libi2c.h
+++ b/cpukit/libi2c/libi2c.h
@@ -1,3 +1,11 @@
+/**
+ * @file
+ *
+ * @ingroup libi2c
+ *
+ * @brief I2C library.
+ */
+
#ifndef _RTEMS_LIBI2C_H
#define _RTEMS_LIBI2C_H
/*$Id$*/
@@ -55,6 +63,14 @@
extern "C" {
#endif
+/**
+ * @defgroup libi2c I2C Library
+ *
+ * @brief I2C library.
+ *
+ * @{
+ */
+
/* Simple I2C driver API */
/* Initialize the libary - may fail if no semaphore or no driver slot is available */
@@ -485,6 +501,8 @@ typedef struct {
void *arg;
} rtems_libi2c_read_write_async_t;
+/** @} */
+
#ifdef __cplusplus
}
#endif