]> git.karo-electronics.de Git - linux-beck.git/blob - include/linux/platform_data/ti_am335x_adc.h
prandom: introduce prandom_bytes() and prandom_bytes_state()
[linux-beck.git] / include / linux / platform_data / ti_am335x_adc.h
1 #ifndef __LINUX_TI_AM335X_ADC_H
2 #define __LINUX_TI_AM335X_ADC_H
3
4 /**
5  * struct adc_data      ADC Input information
6  * @adc_channels:       Number of analog inputs
7  *                      available for ADC.
8  */
9
10 struct adc_data {
11         unsigned int adc_channels;
12 };
13
14 #endif