blob: 6f345f9453f40e5760beb49291c433a2e70ac698 [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
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +00008#ifndef DRAM_WIN_H
9#define DRAM_WIN_H
Konstantin Porotchkine7be6e22018-10-08 16:53:09 +030010
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
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +000017#endif /* DRAM_WIN_H */