xref: /rk3399_ARM-atf/plat/qti/msm8916/msm8916_setup.h (revision 0e8def996e73673d3e2c3d755a84e2b759ab3052)
1 /*
2  * Copyright (c) 2022-2023, Stephan Gerhold <stephan@gerhold.net>
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef MSM8916_SETUP_H
8 #define MSM8916_SETUP_H
9 
10 void msm8916_early_platform_setup(void);
11 void msm8916_plat_arch_setup(uintptr_t base, size_t size);
12 void msm8916_platform_setup(void);
13 
14 #endif /* MSM8916_SETUP_H */
15