Newer
Older
arm-trusted-firmware / plat / marvell / a3700 / common / include / dram_win.h
@Konstantin Porotchkin Konstantin Porotchkin on 31 Oct 2018 331 bytes plat: marvell: Add support for Armada-37xx SoC platform
/*
 * Copyright (C) 2018 Marvell International Ltd.
 *
 * SPDX-License-Identifier:	BSD-3-Clause
 * https://spdx.org/licenses
 */

#ifndef _DRAM_WIN_H_
#define _DRAM_WIN_H_

#include <bl_common.h>
#include <io_addr_dec.h>

void dram_win_map_build(struct dram_win_map *win_map);
void cpu_wins_init(void);

#endif /* _DRAM_WIN_H_ */