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 v4.9-rc8 16 lines 229 B view raw
1/* 2 * AD5504 SPI DAC driver 3 * 4 * Copyright 2011 Analog Devices Inc. 5 * 6 * Licensed under the GPL-2. 7 */ 8 9#ifndef SPI_AD5504_H_ 10#define SPI_AD5504_H_ 11 12struct ad5504_platform_data { 13 u16 vref_mv; 14}; 15 16#endif /* SPI_AD5504_H_ */