11 lines
181 B
C
11 lines
181 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
/*
|
||
|
* Copyright (c) 2019 MediaTek Inc.
|
||
|
*/
|
||
|
|
||
|
#ifndef TPD_FAT_TOUCH
|
||
|
#define TPD_FAT_TOUCH 120
|
||
|
#endif
|
||
|
|
||
|
int tpd_trembling_tolerance(int t, int p);
|