dram_win.h 332 Bytes
Newer Older
1
2
3
4
5
6
7
/*
 * Copyright (C) 2018 Marvell International Ltd.
 *
 * SPDX-License-Identifier:	BSD-3-Clause
 * https://spdx.org/licenses
 */

8
9
#ifndef DRAM_WIN_H
#define DRAM_WIN_H
10

11
12
#include <common/bl_common.h>

13
14
15
16
17
#include <io_addr_dec.h>

void dram_win_map_build(struct dram_win_map *win_map);
void cpu_wins_init(void);

18
#endif /* DRAM_WIN_H */