iio: Find attributes and channels in iio device
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user