xref: /rk3399_ARM-atf/plat/qti/msm8916/msm8916_pm.h (revision 6dc5979a6cb2121e4c16e7bd62e24030e0f42755)
1 /*
2  * Copyright (c) 2021, 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(unsigned int core);
11 
12 #endif /* MSM8916_PM_H */
13