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 9