xref: /rk3399_ARM-atf/plat/arm/board/fvp_ve/fvp_ve_private.h (revision cc76896d9e416b15548b2d6bf068e5d3f9b4064a)
1 /*
2  * Copyright (c) 2019, Arm Limited. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef FVP_VE_PRIVATE_H
8 #define FVP_VE_PRIVATE_H
9 
10 #include <plat/arm/common/plat_arm.h>
11 
12 /*******************************************************************************
13  * Function and variable prototypes
14  ******************************************************************************/
15 
16 void fvp_ve_config_setup(void);
17 
18 #endif /* FVP_VE_PRIVATE_H */
19