| /* |
| * Copyright (c) 2014-2018, ARM Limited and Contributors. All rights reserved. |
| * |
| * SPDX-License-Identifier: BSD-3-Clause |
| */ |
| |
| #ifndef __FVP_PRIVATE_H__ |
| #define __FVP_PRIVATE_H__ |
| |
| #include <plat_arm.h> |
| |
| /******************************************************************************* |
| * Function and variable prototypes |
| ******************************************************************************/ |
| |
| void fvp_config_setup(void); |
| |
| void fvp_interconnect_init(void); |
| void fvp_interconnect_enable(void); |
| void fvp_interconnect_disable(void); |
| void tsp_early_platform_setup(void); |
| |
| |
| #endif /* __FVP_PRIVATE_H__ */ |