summaryrefslogtreecommitdiffstats
path: root/plat/arm/board/fvp_r/fvp_r_private.h
blob: 48f6e891e85daeafe5c3396c3e3c2c3f9b6c6597 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * Copyright (c) 2021, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef FVP_R_PRIVATE_H
#define FVP_R_PRIVATE_H

#include <plat/arm/common/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 fvp_timer_init(void);

#endif /* FVP_R_PRIVATE_H */