blob: 9c0861f6b8386a5143236b43c1431d57cef5e0b6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#include <linux/device.h>
#include <linux/kernel.h>
#define KXSD9_STATE_RX_SIZE 2
#define KXSD9_STATE_TX_SIZE 2
int kxsd9_common_probe(struct device *dev,
struct regmap *map,
const char *name);
int kxsd9_common_remove(struct device *dev);
|