gpio: rcar: Fix runtime PM imbalance on error
[linux/fpc-iii.git] / drivers / iio / accel / adxl345.h
blob384497776b67ed6744465c982c642a57c1728f4d
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * ADXL345 3-Axis Digital Accelerometer
5 * Copyright (c) 2017 Eva Rachel Retuya <eraretuya@gmail.com>
6 */
8 #ifndef _ADXL345_H_
9 #define _ADXL345_H_
11 enum adxl345_device_type {
12 ADXL345,
13 ADXL375,
16 int adxl345_core_probe(struct device *dev, struct regmap *regmap,
17 enum adxl345_device_type type, const char *name);
18 int adxl345_core_remove(struct device *dev);
20 #endif /* _ADXL345_H_ */