Linus Walleij | bf96f6e | 2016-09-01 11:44:38 +0200 | [diff] [blame] | 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 | |||||
Linus Walleij | bf96f6e | 2016-09-01 11:44:38 +0200 | [diff] [blame] | 7 | int kxsd9_common_probe(struct device *parent, |
Linus Walleij | 0d1fb2d | 2016-09-01 11:44:40 +0200 | [diff] [blame^] | 8 | struct regmap *map, |
Linus Walleij | bf96f6e | 2016-09-01 11:44:38 +0200 | [diff] [blame] | 9 | const char *name); |
10 | int kxsd9_common_remove(struct device *parent); |