x86/speculation/mds: Fix documentation typo
[linux/fpc-iii.git] / drivers / iio / accel / adxl345.h
blobc1ddf3927c47616773f2a9b28e303ab1d9329e83
1 /*
2 * ADXL345 3-Axis Digital Accelerometer
4 * Copyright (c) 2017 Eva Rachel Retuya <eraretuya@gmail.com>
6 * This file is subject to the terms and conditions of version 2 of
7 * the GNU General Public License. See the file COPYING in the main
8 * directory of this archive for more details.
9 */
11 #ifndef _ADXL345_H_
12 #define _ADXL345_H_
14 int adxl345_core_probe(struct device *dev, struct regmap *regmap,
15 const char *name);
16 int adxl345_core_remove(struct device *dev);
18 #endif /* _ADXL345_H_ */