2 * AD5933 AD5934 Impedance Converter, Network Analyzer
4 * Copyright 2011 Analog Devices Inc.
6 * Licensed under the GPL-2.
9 #ifndef IIO_ADC_AD5933_H_
10 #define IIO_ADC_AD5933_H_
13 * TODO: struct ad5933_platform_data needs to go into include/linux/iio
17 * struct ad5933_platform_data - platform specific data
18 * @ext_clk_Hz: the external clock frequency in Hz, if not set
19 * the driver uses the internal clock (16.776 MHz)
20 * @vref_mv: the external reference voltage in millivolt
23 struct ad5933_platform_data
{
24 unsigned long ext_clk_Hz
;
25 unsigned short vref_mv
;
28 #endif /* IIO_ADC_AD5933_H_ */