Linux-libre 4.14.12-gnu
[librecmc/linux-libre.git] / drivers / iio / common / st_sensors / st_sensors_core.h
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 int st_sensors_write_data_with_mask(struct iio_dev *indio_dev,
8                                     u8 reg_addr, u8 mask, u8 data);
9 #endif