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