提交 08f01cc1 编写于 作者: G Gerald Loacker 提交者: Jonathan Cameron

iio: add struct declaration for iio types

Add struct for iio type arrays such as IIO_AVAIL_LIST which can be used
instead of int arrays.
Signed-off-by: NGerald Loacker <gerald.loacker@wolfvision.net>
Reviewed-by: NAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20221201072220.402585-2-gerald.loacker@wolfvision.netSigned-off-by: NJonathan Cameron <Jonathan.Cameron@huawei.com>
上级 1b929c02
...@@ -381,6 +381,11 @@ s64 iio_get_time_ns(const struct iio_dev *indio_dev); ...@@ -381,6 +381,11 @@ s64 iio_get_time_ns(const struct iio_dev *indio_dev);
#define INDIO_MAX_RAW_ELEMENTS 4 #define INDIO_MAX_RAW_ELEMENTS 4
struct iio_val_int_plus_micro {
int integer;
int micro;
};
struct iio_trigger; /* forward declaration */ struct iio_trigger; /* forward declaration */
/** /**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册