blob: 5e3ca212f5be36edc880fb354bcfb385d47f8151 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Linus Walleijbf96f6e2016-09-01 11:44:38 +02002#include <linux/device.h>
3#include <linux/kernel.h>
4
5#define KXSD9_STATE_RX_SIZE 2
6#define KXSD9_STATE_TX_SIZE 2
7
Linus Walleij79383aa2016-09-01 11:44:47 +02008int kxsd9_common_probe(struct device *dev,
Linus Walleij0d1fb2d2016-09-01 11:44:40 +02009 struct regmap *map,
Linus Walleijbf96f6e2016-09-01 11:44:38 +020010 const char *name);
Linus Walleij79383aa2016-09-01 11:44:47 +020011int kxsd9_common_remove(struct device *dev);
Linus Walleij9a9a3692016-09-01 11:44:48 +020012
13extern const struct dev_pm_ops kxsd9_dev_pm_ops;