iio: Add initial module
[contrib/mraa.git] / include / mraa_internal_types.h
index 7212814..af7fd02 100644 (file)
@@ -130,6 +130,13 @@ struct _uart {
 };
 
 /**
+ * A structure reprensting an IIO device
+ */
+struct _iio {
+    int num; /**< IIO device number */
+};
+
+/**
  * A bitfield representing the capabilities of a pin.
  */
 typedef struct {