x86/mm/pat: Don't report PAT on CPUs that don't support it
[linux/fpc-iii.git] / drivers / iio / accel / kxsd9.h
blob7e8a281683107ff8f06eb5c3220b9930e8ba4abf
1 #include <linux/device.h>
2 #include <linux/kernel.h>
4 #define KXSD9_STATE_RX_SIZE 2
5 #define KXSD9_STATE_TX_SIZE 2
7 int kxsd9_common_probe(struct device *dev,
8 struct regmap *map,
9 const char *name);
10 int kxsd9_common_remove(struct device *dev);
12 extern const struct dev_pm_ops kxsd9_dev_pm_ops;