]> Git Repo - linux.git/blob - include/linux/iio/dac/max517.h
ARM: ux500: move MSP pin control to the device tree
[linux.git] / include / linux / iio / dac / max517.h
1 /*
2  * MAX517 DAC driver
3  *
4  * Copyright 2011 Roland Stigge <[email protected]>
5  *
6  * Licensed under the GPL-2 or later.
7  */
8 #ifndef IIO_DAC_MAX517_H_
9 #define IIO_DAC_MAX517_H_
10
11 struct max517_platform_data {
12         u16                             vref_mv[2];
13 };
14
15 #endif /* IIO_DAC_MAX517_H_ */
This page took 0.034801 seconds and 4 git commands to generate.