cregit-Linux how code gets into the kernel

Release 4.12 include/linux/platform_data/ad7298.h

/*
 * AD7298 SPI ADC driver
 *
 * Copyright 2011 Analog Devices Inc.
 *
 * Licensed under the GPL-2.
 */

#ifndef __LINUX_PLATFORM_DATA_AD7298_H__

#define __LINUX_PLATFORM_DATA_AD7298_H__

/**
 * struct ad7298_platform_data - Platform data for the ad7298 ADC driver
 * @ext_ref: Whether to use an external reference voltage.
 **/

struct ad7298_platform_data {
	
bool ext_ref;
};

#endif /* IIO_ADC_AD7298_H_ */

Overall Contributors

PersonTokensPropCommitsCommitProp
Michael Hennerich1473.68%133.33%
Lars-Peter Clausen526.32%266.67%
Total19100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.