Konstantin Porotchkin | 1e66bac | 2018-10-08 16:53:09 +0300 | [diff] [blame^] | 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 <bl_common.h> | ||||
12 | #include <io_addr_dec.h> | ||||
13 | |||||
14 | void dram_win_map_build(struct dram_win_map *win_map); | ||||
15 | void cpu_wins_init(void); | ||||
16 | |||||
17 | #endif /* _DRAM_WIN_H_ */ | ||||
18 |