GNU Linux-libre 4.9.294-gnu1
[releases.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