Private
Public Access
2
0

iio: Add initial module

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2015-09-28 11:27:19 +01:00
parent 1947426baf
commit 0f312545e0
4 changed files with 135 additions and 0 deletions

View File

@@ -129,6 +129,13 @@ struct _uart {
/*@}*/
};
/**
* A structure reprensting an IIO device
*/
struct _iio {
int num; /**< IIO device number */
};
/**
* A bitfield representing the capabilities of a pin.
*/