brintos

brintos / linux-shallow public Read only

0
0
Text · 294 B · 6bcff65 Raw
12 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef BMG160_H_3#define BMG160_H_4 5extern const struct dev_pm_ops bmg160_pm_ops;6 7int bmg160_core_probe(struct device *dev, struct regmap *regmap, int irq,8		      const char *name);9void bmg160_core_remove(struct device *dev);10 11#endif  /* BMG160_H_ */12