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.
14 enum adxl345_device_type
{
19 int adxl345_core_probe(struct device
*dev
, struct regmap
*regmap
,
20 enum adxl345_device_type type
, const char *name
);
21 int adxl345_core_remove(struct device
*dev
);
23 #endif /* _ADXL345_H_ */