xref: /rk3399_ARM-atf/plat/marvell/armada/a3k/common/include/dram_win.h (revision 06f3c7058c42a9f1a9f7df75ea2de71a000855e8)
1 /*
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 <common/bl_common.h>
12 
13 #include <io_addr_dec.h>
14 
15 void dram_win_map_build(struct dram_win_map *win_map);
16 void cpu_wins_init(void);
17 
18 #endif /* DRAM_WIN_H */
19