blob: 48f6e891e85daeafe5c3396c3e3c2c3f9b6c6597 [file] [log] [blame]
laurenw-arm7c7b1982020-10-21 13:34:40 -05001/*
2 * Copyright (c) 2021, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef FVP_R_PRIVATE_H
8#define FVP_R_PRIVATE_H
9
10#include <plat/arm/common/plat_arm.h>
11
12/*******************************************************************************
13 * Function and variable prototypes
14 ******************************************************************************/
15
16void fvp_config_setup(void);
17
18void fvp_interconnect_init(void);
19void fvp_interconnect_enable(void);
20void fvp_interconnect_disable(void);
21void fvp_timer_init(void);
22
23#endif /* FVP_R_PRIVATE_H */