brintos

brintos / linux-shallow public Read only

0
0
Text · 235 B · f9f0575 Raw
11 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef ENS160_H_3#define ENS160_H_4 5int devm_ens160_core_probe(struct device *dev, struct regmap *regmap, int irq,6			   const char *name);7 8extern const struct dev_pm_ops ens160_pm_ops;9 10#endif11