]> git.ipfire.org Git - thirdparty/kernel/linux.git/blob - drivers/iio/common/st_sensors/st_sensors_core.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.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