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

Configure Feed

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

at v5.0-rc4 15 lines 261 B view raw
1/* 2 * MAX517 DAC driver 3 * 4 * Copyright 2011 Roland Stigge <stigge@antcom.de> 5 * 6 * Licensed under the GPL-2 or later. 7 */ 8#ifndef IIO_DAC_MAX517_H_ 9#define IIO_DAC_MAX517_H_ 10 11struct max517_platform_data { 12 u16 vref_mv[8]; 13}; 14 15#endif /* IIO_DAC_MAX517_H_ */