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