diff options
author | Peter Meerwald-Stadler <pmeerw@pmeerw.net> | 2016-03-20 16:20:23 +0100 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2016-04-03 11:14:01 +0100 |
commit | d409404cf6e201c2980c7148484c350f33a7912e (patch) | |
tree | 97d2af968afc1cba701df20eade71fc6409f5a6a /include | |
parent | 2c5ff1f9a6240d7d2d0928021cb76e421d6aacaf (diff) | |
download | linux-d409404cf6e201c2980c7148484c350f33a7912e.tar.gz linux-d409404cf6e201c2980c7148484c350f33a7912e.tar.bz2 linux-d409404cf6e201c2980c7148484c350f33a7912e.zip |
iio: Add channel for UV index
UV index indicating strength of sunburn-producing ultraviolet (UV) radiation
Signed-off-by: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'include')
-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 9337eceb9f9d..b0916fc72cce 100644 --- a/include/uapi/linux/iio/types.h +++ b/include/uapi/linux/iio/types.h @@ -38,6 +38,7 @@ enum iio_chan_type { IIO_CONCENTRATION, IIO_RESISTANCE, IIO_PH, + IIO_UVINDEX, }; enum iio_modifier { |