]> Git Repo - linux.git/blob - include/linux/iio/dac/mcp4725.h
ARM: ux500: move MSP pin control to the device tree
[linux.git] / include / linux / iio / dac / mcp4725.h
1 /*
2  * MCP4725 DAC driver
3  *
4  * Copyright (C) 2012 Peter Meerwald <[email protected]>
5  *
6  * Licensed under the GPL-2 or later.
7  */
8
9 #ifndef IIO_DAC_MCP4725_H_
10 #define IIO_DAC_MCP4725_H_
11
12 struct mcp4725_platform_data {
13         u16 vref_mv;
14 };
15
16 #endif /* IIO_DAC_MCP4725_H_ */
This page took 0.03486 seconds and 4 git commands to generate.