]> Git Repo - linux.git/blob - include/linux/platform_data/ti_am335x_adc.h
mm: don't wait on congested zones in balance_pgdat()
[linux.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
This page took 0.033372 seconds and 4 git commands to generate.