blob: 19131a7a692ceeacb1211b77398b20224af874fc [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 Walleijbf96f6e2016-09-01 11:44:38 +02007int kxsd9_common_probe(struct device *parent,
Linus Walleij0d1fb2d2016-09-01 11:44:40 +02008 struct regmap *map,
Linus Walleijbf96f6e2016-09-01 11:44:38 +02009 const char *name);
10int kxsd9_common_remove(struct device *parent);