]> Git Repo - linux.git/blob - include/linux/input/ti_tscadc.h
parisc/PCI: register busn_res for root buses
[linux.git] / include / linux / input / ti_tscadc.h
1 #ifndef __LINUX_TI_TSCADC_H
2 #define __LINUX_TI_TSCADC_H
3
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.
10  */
11
12 struct tsc_data {
13         int wires;
14         int x_plate_resistance;
15 };
16
17 #endif
This page took 0.033091 seconds and 4 git commands to generate.