1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * Copyright (c) 2010-2024 Analog Devices Inc.
 * Copyright (c) 2025 Baylibre, SAS
 */
#ifndef __LINUX_PLATFORM_DATA_AD7606_H__
#define __LINUX_PLATFORM_DATA_AD7606_H__

struct iio_backend;

struct ad7606_platform_data {
	int (*bus_reg_read)(struct iio_backend *back, u32 reg, u32 *val);
	int (*bus_reg_write)(struct iio_backend *back, u32 reg, u32 val);
};

#endif /* __LINUX_PLATFORM_DATA_AD7606_H__ */
当你的天空 突然 下起了大雨 那是我 在为你 炸乌云