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 v6.10-rc1 15 lines 241 B view raw
1/* SPDX-License-Identifier: GPL-2.0-only */ 2/* 3 * AD5504 SPI DAC driver 4 * 5 * Copyright 2011 Analog Devices Inc. 6 */ 7 8#ifndef SPI_AD5504_H_ 9#define SPI_AD5504_H_ 10 11struct ad5504_platform_data { 12 u16 vref_mv; 13}; 14 15#endif /* SPI_AD5504_H_ */