kxsd9.h 309 B

123456789101112
  1. #include <linux/device.h>
  2. #include <linux/kernel.h>
  3. #define KXSD9_STATE_RX_SIZE 2
  4. #define KXSD9_STATE_TX_SIZE 2
  5. int kxsd9_common_probe(struct device *dev,
  6. struct regmap *map,
  7. const char *name);
  8. int kxsd9_common_remove(struct device *dev);
  9. extern const struct dev_pm_ops kxsd9_dev_pm_ops;