aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/mediatek/tpd_calibrate.h
blob: 7fb967e4676bf92f6060430e1ef977618e6de762 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef TPD_CALIBRATE_H
#define TPD_CALIBRATE_H
#ifdef TPD_HAVE_CALIBRATION

#ifndef TPD_CUSTOM_CALIBRATION

extern int tpd_calmat[8];
extern int tpd_def_calmat[8];

#endif

void tpd_calibrate(int *x, int *y);
#else

#define tpd_calibrate(x, y)

#endif

#endif