![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-only */ 0002 /* 0003 * STMicroelectronics sensors i2c library driver 0004 * 0005 * Copyright 2012-2013 STMicroelectronics Inc. 0006 * 0007 * Denis Ciocca <denis.ciocca@st.com> 0008 */ 0009 0010 #ifndef ST_SENSORS_I2C_H 0011 #define ST_SENSORS_I2C_H 0012 0013 #include <linux/i2c.h> 0014 #include <linux/iio/common/st_sensors.h> 0015 0016 int st_sensors_i2c_configure(struct iio_dev *indio_dev, 0017 struct i2c_client *client); 0018 0019 #endif /* ST_SENSORS_I2C_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |