Private
Public Access
2
0

iio: Find attributes and channels in iio device

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2015-09-29 14:19:42 +01:00
parent 8c19105309
commit d8c2c7c483
4 changed files with 79 additions and 9 deletions

View File

@@ -130,11 +130,13 @@ struct _uart {
};
/**
* A structure reprensting an IIO device
* A structure representing an IIO device
*/
struct _iio {
int num; /**< IIO device number */
char* name; /**< IIO device name */
int channum;
int attrnum;
};
/**