xref: /rk3399_ARM-atf/plat/qti/msm8916/msm8916_pm.h (revision 3209b35d2a372e71b96f3efbd7631d32518dc9b7)
1 /*
2  * Copyright (c) 2021-2022, Stephan Gerhold <stephan@gerhold.net>
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef MSM8916_PM_H
8 #define MSM8916_PM_H
9 
10 void msm8916_cpu_boot(uintptr_t acs);
11 void msm8916_l2_boot(uintptr_t base);
12 
13 #endif /* MSM8916_PM_H */
14