xref: /linux/drivers/iio/chemical/ens160.h (revision fa8a4d3659d0c1ad73d5f59b2e0a6d408de5b317)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef ENS160_H_
3 #define ENS160_H_
4 
5 int devm_ens160_core_probe(struct device *dev, struct regmap *regmap, int irq,
6 			   const char *name);
7 
8 extern const struct dev_pm_ops ens160_pm_ops;
9 
10 #endif
11