xref: /openbmc/u-boot/drivers/ddr/marvell/a38x/dram_if.h (revision 8cb8c0c6a83bef319023ac2e967a85e1e92e18bc)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (C) 2016 Marvell International Ltd.
4  */
5 
6 #ifndef _DRAM_IF_H_
7 #define _DRAM_IF_H_
8 
9 /* TODO: update atf to this new prototype */
10 int dram_init(void);
11 void dram_mmap_config(void);
12 unsigned long long dram_iface_mem_sz_get(void);
13 #endif /* _DRAM_IF_H_ */
14