import PULS_20160108
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / arm / mach-mt8127 / tcl8127_c_mlc / touchpanel / tpd_calibrate.h
1 #ifndef TPD_CALIBRATE_H
2 #define TPD_CALIBRATE_H
3 #ifdef TPD_HAVE_CALIBRATION
4
5 #ifndef TPD_CUSTOM_CALIBRATION
6
7 extern int tpd_calmat[8];
8 extern int tpd_def_calmat[8];
9
10 #endif
11
12 void tpd_calibrate(int *x, int *y);
13 #else
14
15 #define tpd_calibrate(x,y)
16
17 #endif
18
19 #endif