1234567891011121314151617181920212223242526272829303132333435 |
- From 4de72e26919ffd46f3a5de43ca65f98f95d24e60 Mon Sep 17 00:00:00 2001
- From: Denis Ciocca <[email protected]>
- Date: Mon, 29 Nov 2021 15:15:48 -0800
- Subject: [PATCH] stm: add new iio event used for timesync logic
- Signed-off-by: Denis Ciocca <[email protected]>
- Change-Id: I05ec93ccdb9f4905d6a6c1900386332edf21fea2
- Signed-off-by: mario tesi <[email protected]>
- ---
- include/uapi/linux/iio/types.h | 2 ++
- 1 file changed, 2 insertions(+)
- diff --git a/include/uapi/linux/iio/types.h b/include/uapi/linux/iio/types.h
- index d227164..7127c1f 100644
- --- a/include/uapi/linux/iio/types.h
- +++ b/include/uapi/linux/iio/types.h
- @@ -40,6 +40,7 @@ enum iio_chan_type {
- IIO_PH,
- IIO_UVINDEX,
- IIO_ELECTRICALCONDUCTIVITY,
- + IIO_COUNT,
- IIO_SIGN_MOTION,
- IIO_STEP_DETECTOR,
- IIO_STEP_COUNTER,
- @@ -98,6 +99,7 @@ enum iio_event_type {
- IIO_EV_TYPE_MAG_ADAPTIVE,
- IIO_EV_TYPE_CHANGE,
- IIO_EV_TYPE_FIFO_FLUSH,
- + IIO_EV_TYPE_TIME_SYNC,
- };
-
- enum iio_event_direction {
- --
- 2.7.4
|