]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - drivers/iio/accel/kxsd9.h
Merge branch 'for-4.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
[mirror_ubuntu-zesty-kernel.git] / drivers / iio / accel / kxsd9.h
CommitLineData
bf96f6e8
LW
1#include <linux/device.h>
2#include <linux/kernel.h>
3
4#define KXSD9_STATE_RX_SIZE 2
5#define KXSD9_STATE_TX_SIZE 2
6
79383aae 7int kxsd9_common_probe(struct device *dev,
0d1fb2d5 8 struct regmap *map,
bf96f6e8 9 const char *name);
79383aae 10int kxsd9_common_remove(struct device *dev);
9a9a369d
LW
11
12extern const struct dev_pm_ops kxsd9_dev_pm_ops;