Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef BMG160_H_
0003 #define BMG160_H_
0004 
0005 extern const struct dev_pm_ops bmg160_pm_ops;
0006 
0007 int bmg160_core_probe(struct device *dev, struct regmap *regmap, int irq,
0008               const char *name);
0009 void bmg160_core_remove(struct device *dev);
0010 
0011 #endif  /* BMG160_H_ */