^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) /* SPDX-License-Identifier: GPL-2.0 */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) #ifndef BMG160_H_
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) #define BMG160_H_
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) extern const struct dev_pm_ops bmg160_pm_ops;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) int bmg160_core_probe(struct device *dev, struct regmap *regmap, int irq,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) const char *name);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) void bmg160_core_remove(struct device *dev);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) #endif /* BMG160_H_ */