/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2019 MediaTek Inc. */ #ifndef __MTK_THERMAL_IPI_H__ #define __MTK_THERMAL_IPI_H__ /* MT6763 SSPM does not support thermal controller and ATM. */ /* This header file is only for mtk_cooler_atm.c. */ #define THERMAL_ENABLE_TINYSYS_SSPM (0) #endif