1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright (C) 2021 Analog Devices, Inc.
4 * Author: Cosmin Tanislav <cosmin.tanislav@analog.com>
10 #include <linux/types.h>
16 int (*read_fifo
)(void *context
, __be16
*fifo_buf
,
17 unsigned int fifo_entries
);
20 int adxl367_probe(struct device
*dev
, const struct adxl367_ops
*ops
,
21 void *context
, struct regmap
*regmap
, int irq
);
23 #endif /* _ADXL367_H_ */