fvp_private.h 576 Bytes
Newer Older
1
/*
2
 * Copyright (c) 2014-2016, ARM Limited and Contributors. All rights reserved.
3
 *
dp-arm's avatar
dp-arm committed
4
 * SPDX-License-Identifier: BSD-3-Clause
5
6
7
8
9
 */

#ifndef __FVP_PRIVATE_H__
#define __FVP_PRIVATE_H__

10
#include <plat_arm.h>
11

12
13
14
/*******************************************************************************
 * Function and variable prototypes
 ******************************************************************************/
15

16
void fvp_config_setup(void);
17

18
19
20
void fvp_interconnect_init(void);
void fvp_interconnect_enable(void);
void fvp_interconnect_disable(void);
21
22
23


#endif /* __FVP_PRIVATE_H__ */