module: Convert symbol namespace to string literal
[linux.git] / drivers / iio / accel / kxsd9.h
blobc04dbfa4e0d01a3989d080cca2297e4dcdafbc5b
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #include <linux/device.h>
3 #include <linux/kernel.h>
5 #define KXSD9_STATE_RX_SIZE 2
6 #define KXSD9_STATE_TX_SIZE 2
8 int kxsd9_common_probe(struct device *dev,
9 struct regmap *map,
10 const char *name);
11 void kxsd9_common_remove(struct device *dev);
13 extern const struct dev_pm_ops kxsd9_dev_pm_ops;