/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2021 MediaTek Inc. */ #ifndef __MTK_GPUFREQ_H__ #define __MTK_GPUFREQ_H__ #if defined(CONFIG_MTK_GPUFREQ_V2) #include #include #else #include #endif #endif /* __MTK_GPUFREQ_H__ */