blob: 87ffbfc07c4751d7356ad2ceb1a25f825421cf66 [file] [log] [blame]
CC Ma7d116dc2015-04-13 14:47:57 +08001/*
2 * Copyright (c) 2014-2015, ARM Limited and Contributors. All rights reserved.
3 *
dp-arm82cb2c12017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
CC Ma7d116dc2015-04-13 14:47:57 +08005 */
6
7#ifndef __PLAT_PRIVATE_H__
8#define __PLAT_PRIVATE_H__
9
10/*******************************************************************************
11 * Function and variable prototypes
12 ******************************************************************************/
13void plat_configure_mmu_el3(unsigned long total_base,
14 unsigned long total_size,
15 unsigned long,
16 unsigned long,
17 unsigned long,
18 unsigned long);
19
20void plat_cci_init(void);
21void plat_cci_enable(void);
22void plat_cci_disable(void);
23
CC Ma7d116dc2015-04-13 14:47:57 +080024/* Declarations for plat_topology.c */
25int mt_setup_topology(void);
26
CC Ma7d116dc2015-04-13 14:47:57 +080027#endif /* __PLAT_PRIVATE_H__ */