blob: 7ff20bed7636f8206bdec1ac37039e598daeec7e [file] [log] [blame]
Konstantin Porotchkine7be6e22018-10-08 16:53:09 +03001/*
2 * Copyright (C) 2018 Marvell International Ltd.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 * https://spdx.org/licenses
6 */
7
8#ifndef _DRAM_WIN_H_
9#define _DRAM_WIN_H_
10
11#include <bl_common.h>
12#include <io_addr_dec.h>
13
14void dram_win_map_build(struct dram_win_map *win_map);
15void cpu_wins_init(void);
16
17#endif /* _DRAM_WIN_H_ */
18