diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2012-05-11 11:36:52 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-05-14 13:15:38 -0700 |
commit | 67eedba39ed1ac29908453647652c02fbbeeca1b (patch) | |
tree | 76f65924a8813a964fbd01ac6e750205082d8ed5 /include/linux/iio | |
parent | 49b81a3c7415d9b02169f37b8559d468fd17686a (diff) | |
download | linux-stable-67eedba39ed1ac29908453647652c02fbbeeca1b.tar.gz linux-stable-67eedba39ed1ac29908453647652c02fbbeeca1b.tar.bz2 linux-stable-67eedba39ed1ac29908453647652c02fbbeeca1b.zip |
iio: core: introduce dB scle: IIO_VAL_INT_PLUS_MICRO_DB
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Acked-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/iio')
-rw-r--r-- | include/linux/iio/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/iio/types.h b/include/linux/iio/types.h index a471fd5a4d95..1b073b1cc7c2 100644 --- a/include/linux/iio/types.h +++ b/include/linux/iio/types.h @@ -50,5 +50,6 @@ enum iio_modifier { #define IIO_VAL_INT 1 #define IIO_VAL_INT_PLUS_MICRO 2 #define IIO_VAL_INT_PLUS_NANO 3 +#define IIO_VAL_INT_PLUS_MICRO_DB 4 #endif /* _IIO_TYPES_H_ */ |