6db4831e98
Android 14
11 lines
182 B
C
11 lines
182 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);
|