summaryrefslogtreecommitdiff
path: root/drivers/iio/chemical/ens160.h
blob: f9f0575ce55d606fdf99979ca3e3d70a54dfb379 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef ENS160_H_
#define ENS160_H_

int devm_ens160_core_probe(struct device *dev, struct regmap *regmap, int irq,
			   const char *name);

extern const struct dev_pm_ops ens160_pm_ops;

#endif