Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.6-rc1 16 lines 267 B view raw
1/* 2 * MCP4725 DAC driver 3 * 4 * Copyright (C) 2012 Peter Meerwald <pmeerw@pmeerw.net> 5 * 6 * Licensed under the GPL-2 or later. 7 */ 8 9#ifndef IIO_DAC_MCP4725_H_ 10#define IIO_DAC_MCP4725_H_ 11 12struct mcp4725_platform_data { 13 u16 vref_mv; 14}; 15 16#endif /* IIO_DAC_MCP4725_H_ */