blob: 4d0846489b900eb4a7816321ec92ad067560e732 [file] [log] [blame]
Chris Packham4bf81db2018-12-03 14:26:49 +13001/* 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 */
10int dram_init(void);
11void dram_mmap_config(void);
12unsigned long long dram_iface_mem_sz_get(void);
13#endif /* _DRAM_IF_H_ */