xref: /rk3399_ARM-atf/include/bl2/bl2.h (revision dfdb73f77317b1349e383c5836454db67f8643d3)
1 /*
2  * Copyright (c) 2018-2025, Arm Limited and Contributors. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef BL2_H
8 #define BL2_H
9 
10 #include <stdint.h>
11 
12 void bl2_main(u_register_t arg0, u_register_t arg1, u_register_t arg2,
13 	       u_register_t arg3);
14 
15 #endif /* BL2_H */
16