]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - drivers/iio/accel/kxsd9.h
Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ac97-mfd', 'asoc/topic...
[mirror_ubuntu-focal-kernel.git] / drivers / iio / accel / kxsd9.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
bf96f6e8
LW
2#include <linux/device.h>
3#include <linux/kernel.h>
4
5#define KXSD9_STATE_RX_SIZE 2
6#define KXSD9_STATE_TX_SIZE 2
7
79383aae 8int kxsd9_common_probe(struct device *dev,
0d1fb2d5 9 struct regmap *map,
bf96f6e8 10 const char *name);
79383aae 11int kxsd9_common_remove(struct device *dev);
9a9a369d
LW
12
13extern const struct dev_pm_ops kxsd9_dev_pm_ops;