1 /* SPDX-License-Identifier: GPL-2.0 */
6 #include <linux/regmap.h>
7 #include <linux/types.h>
11 enum bmi_device_type
{
18 extern const struct regmap_config bmi088_regmap_conf
;
19 extern const struct dev_pm_ops bmi088_accel_pm_ops
;
21 int bmi088_accel_core_probe(struct device
*dev
, struct regmap
*regmap
, int irq
,
22 enum bmi_device_type type
);
23 void bmi088_accel_core_remove(struct device
*dev
);
25 #endif /* BMI088_ACCEL_H */