/* SPDX-License-Identifier: GPL-2.0-only */ #define LTC2497_ENABLE … #define LTC2497_CONFIG_DEFAULT … #define LTC2497_CONVERSION_TIME_MS … struct ltc2497_chip_info { … }; struct ltc2497core_driverdata { … }; int ltc2497core_probe(struct device *dev, struct iio_dev *indio_dev); void ltc2497core_remove(struct iio_dev *indio_dev); MODULE_IMPORT_NS(…);