1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Local functions in the ST Sensors core
4  */
5 #ifndef __ST_SENSORS_CORE_H
6 #define __ST_SENSORS_CORE_H
7 struct iio_dev;
8 int st_sensors_write_data_with_mask(struct iio_dev *indio_dev,
9 				    u8 reg_addr, u8 mask, u8 data);
10 #endif
11