Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / include / linux / iio / dac / ad5504.h
blob43895376a9cab080493b1984e5d5be28956c5da6
1 /*
2 * AD5504 SPI DAC driver
4 * Copyright 2011 Analog Devices Inc.
6 * Licensed under the GPL-2.
7 */
9 #ifndef SPI_AD5504_H_
10 #define SPI_AD5504_H_
12 struct ad5504_platform_data {
13 u16 vref_mv;
16 #endif /* SPI_AD5504_H_ */