1 /* 2 * Copyright (c) 2025, MediaTek Inc. All rights reserved. 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 7 #ifndef MT_CPU_PM_SMC_H 8 #define MT_CPU_PM_SMC_H 9 10 #include <lpm_v2/mt_lp_rm.h> 11 #include <lpm_v2/mt_lpm_dispatch.h> 12 #include <lpm_v2/mt_lpm_smc.h> 13 14 void cpupm_smc_init(void); 15 16 #endif /* MT_CPU_PM_SMC_H */ 17