ASoC: wm_adsp: Separate concept of booted and running
[linux-2.6/btrfs-unstable.git] / include / linux / platform_data / ad7298.h
blobfbf8adf1363a1860a923cdd815597a8cc4054971
1 /*
2 * AD7298 SPI ADC driver
4 * Copyright 2011 Analog Devices Inc.
6 * Licensed under the GPL-2.
7 */
9 #ifndef __LINUX_PLATFORM_DATA_AD7298_H__
10 #define __LINUX_PLATFORM_DATA_AD7298_H__
12 /**
13 * struct ad7298_platform_data - Platform data for the ad7298 ADC driver
14 * @ext_ref: Whether to use an external reference voltage.
15 **/
16 struct ad7298_platform_data {
17 bool ext_ref;
20 #endif /* IIO_ADC_AD7298_H_ */