| 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
|---|---|
| 2 | /* |
| 3 | * STMicroelectronics sensors i2c library driver |
| 4 | * |
| 5 | * Copyright 2012-2013 STMicroelectronics Inc. |
| 6 | * |
| 7 | * Denis Ciocca <denis.ciocca@st.com> |
| 8 | */ |
| 9 | |
| 10 | #ifndef ST_SENSORS_I2C_H |
| 11 | #define ST_SENSORS_I2C_H |
| 12 | |
| 13 | #include <linux/i2c.h> |
| 14 | #include <linux/iio/common/st_sensors.h> |
| 15 | |
| 16 | int st_sensors_i2c_configure(struct iio_dev *indio_dev, |
| 17 | struct i2c_client *client); |
| 18 | |
| 19 | #endif /* ST_SENSORS_I2C_H */ |
| 20 |
