1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright 2021 Connected Cars A/S
16 int fxls8962af_core_probe(struct device
*dev
, struct regmap
*regmap
, int irq
);
18 extern const struct dev_pm_ops fxls8962af_pm_ops
;
19 extern const struct regmap_config fxls8962af_i2c_regmap_conf
;
20 extern const struct regmap_config fxls8962af_spi_regmap_conf
;
22 #endif /* _FXLS8962AF_H_ */