]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/iio/common/st_sensors/st_sensors_core.h
Merge tag 'iio-for-4.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio...
[karo-tx-linux.git] / drivers / iio / common / st_sensors / st_sensors_core.h
1 /*
2  * Local functions in the ST Sensors core
3  */
4 #ifndef __ST_SENSORS_CORE_H
5 #define __ST_SENSORS_CORE_H
6 int st_sensors_write_data_with_mask(struct iio_dev *indio_dev,
7                                     u8 reg_addr, u8 mask, u8 data);
8 #endif