linux/drivers/iio/common/st_sensors/st_sensors_core.h
<<
>>
Prefs
   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
   7int st_sensors_write_data_with_mask(struct iio_dev *indio_dev,
   8                                    u8 reg_addr, u8 mask, u8 data);
   9#endif
  10