/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2019 MediaTek Inc. */ #ifndef _DISP_TPHINT_H_ #define _DISP_TPHINT_H_ int disp_tphint_wait_trigger(unsigned int *hint); void disp_tphint_reset_status(void); #endif /* _DISP_TPHINT_H_ */