IIO: DAC: AD5791: Add support for the AD5760/AD5780 High Resolution DACs
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / staging / iio / dac / max517.h
blob8106cf24642acfd9b645778e3cf40f0c0c5684f2
1 /*
2 * MAX517 DAC driver
4 * Copyright 2011 Roland Stigge <stigge@antcom.de>
6 * Licensed under the GPL-2 or later.
7 */
8 #ifndef IIO_DAC_MAX517_H_
9 #define IIO_DAC_MAX517_H_
12 * TODO: struct max517_platform_data needs to go into include/linux/iio
15 struct max517_platform_data {
16 u16 vref_mv[2];
19 #endif /* IIO_DAC_MAX517_H_ */