blob: 7e8a281683107ff8f06eb5c3220b9930e8ba4abf [file] [log] [blame]
Linus Walleijbf96f6e2016-09-01 11:44:38 +02001#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
Linus Walleij79383aa2016-09-01 11:44:47 +02007int kxsd9_common_probe(struct device *dev,
Linus Walleij0d1fb2d2016-09-01 11:44:40 +02008 struct regmap *map,
Linus Walleijbf96f6e2016-09-01 11:44:38 +02009 const char *name);
Linus Walleij79383aa2016-09-01 11:44:47 +020010int kxsd9_common_remove(struct device *dev);
Linus Walleij9a9a3692016-09-01 11:44:48 +020011
12extern const struct dev_pm_ops kxsd9_dev_pm_ops;