]> Git Repo - linux.git/blob - drivers/iio/accel/mma7455.h
arm64: avoid prototype warnings for syscalls
[linux.git] / drivers / iio / accel / mma7455.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * IIO accel driver for Freescale MMA7455L 3-axis 10-bit accelerometer
4  * Copyright 2015 Joachim Eastwood <[email protected]>
5  */
6
7 #ifndef __MMA7455_H
8 #define __MMA7455_H
9
10 extern const struct regmap_config mma7455_core_regmap;
11
12 int mma7455_core_probe(struct device *dev, struct regmap *regmap,
13                        const char *name);
14 void mma7455_core_remove(struct device *dev);
15
16 #endif
This page took 0.032189 seconds and 4 git commands to generate.