Adding support for MOXA ART SoC. Testing port of linux-2.6.32.60-moxart.
[linux-3.6.7-moxart.git] / include / linux / input / ti_tscadc.h
blobb10a527a92a4ce8b8cdbce695a48b8254dc63f53
1 #ifndef __LINUX_TI_TSCADC_H
2 #define __LINUX_TI_TSCADC_H
4 /**
5 * struct tsc_data Touchscreen wire configuration
6 * @wires: Wires refer to application modes
7 * i.e. 4/5/8 wire touchscreen support
8 * on the platform.
9 * @x_plate_resistance: X plate resistance.
12 struct tsc_data {
13 int wires;
14 int x_plate_resistance;
17 #endif