diff options
| author | Matt Ranostay <mranostay@gmail.com> | 2016-01-26 21:34:30 -0500 |
|---|---|---|
| committer | Jonathan Cameron <jic23@kernel.org> | 2016-01-30 11:27:17 -0500 |
| commit | ecb3a7ccc653fc8007edd0591d32d839386673f1 (patch) | |
| tree | 36a6cc38498db92fffeccc4889280315d933e555 /include/uapi/linux/iio | |
| parent | 5f9c95d8516e9383f545be6f7178eef8aea008c8 (diff) | |
iio: ph: add IIO_PH channel type
Signed-off-by: Matt Ranostay <mranostay@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'include/uapi/linux/iio')
| -rw-r--r-- | include/uapi/linux/iio/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/iio/types.h b/include/uapi/linux/iio/types.h index 7c63bd67c36e..c077617f3304 100644 --- a/include/uapi/linux/iio/types.h +++ b/include/uapi/linux/iio/types.h | |||
| @@ -37,6 +37,7 @@ enum iio_chan_type { | |||
| 37 | IIO_VELOCITY, | 37 | IIO_VELOCITY, |
| 38 | IIO_CONCENTRATION, | 38 | IIO_CONCENTRATION, |
| 39 | IIO_RESISTANCE, | 39 | IIO_RESISTANCE, |
| 40 | IIO_PH, | ||
| 40 | }; | 41 | }; |
| 41 | 42 | ||
| 42 | enum iio_modifier { | 43 | enum iio_modifier { |
