xref: /rk3399_ARM-atf/plat/mediatek/drivers/cpu_pm/cpcv5_4/mt_cpu_pm_smc.h (revision e6cbdb00b7a1930595210785b71d4c30854e5744)
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