blob: 62818335d97b29a18f60b98cafc9b2b288335695 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Neil Armstrong8b245692017-11-27 10:35:46 +01002/*
3 * Copyright (C) 2016 BayLibre, SAS
4 * Author: Neil Armstrong <narmstrong@baylibre.com>
Neil Armstrong8b245692017-11-27 10:35:46 +01005 */
6
7#ifndef __MESON_MEM_H__
8#define __MESON_MEM_H__
9
10/* Configure the reserved memory zones exported by the secure registers
11 * into EFI and DTB reserved memory entries.
12 */
13void meson_gx_init_reserved_memory(void *fdt);
14
15#endif /* __MESON_MEM_H__ */