blob: 26a013784abe9ee964f9b61923bec8c90a74f67e [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
Antonio Nino Diaze0f90632018-12-14 00:18:21 +000011#include <common/bl_common.h>
12
Konstantin Porotchkine7be6e22018-10-08 16:53:09 +030013#include <io_addr_dec.h>
14
15void dram_win_map_build(struct dram_win_map *win_map);
16void cpu_wins_init(void);
17
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +000018#endif /* DRAM_WIN_H */