2 * AD7298 SPI ADC driver
4 * Copyright 2011 Analog Devices Inc.
6 * Licensed under the GPL-2.
9 #ifndef __LINUX_PLATFORM_DATA_AD7298_H__
10 #define __LINUX_PLATFORM_DATA_AD7298_H__
13 * struct ad7298_platform_data - Platform data for the ad7298 ADC driver
14 * @ext_ref: Whether to use an external reference voltage.
16 struct ad7298_platform_data
{
20 #endif /* IIO_ADC_AD7298_H_ */