summaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data/ti_am335x_adc.h
blob: e41d5834cb84b26d324b7dc1d6f2828a0622ca6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __LINUX_TI_AM335X_ADC_H
#define __LINUX_TI_AM335X_ADC_H

/**
 * struct adc_data	ADC Input information
 * @adc_channels:	Number of analog inputs
 *			available for ADC.
 */

struct adc_data {
	unsigned int adc_channels;
};

#endif