summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-meson/mem.h
blob: 62818335d97b29a18f60b98cafc9b2b288335695 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Copyright (C) 2016 BayLibre, SAS
 * Author: Neil Armstrong <narmstrong@baylibre.com>
 */

#ifndef __MESON_MEM_H__
#define __MESON_MEM_H__

/* Configure the reserved memory zones exported by the secure registers
 * into EFI and DTB reserved memory entries.
 */
void meson_gx_init_reserved_memory(void *fdt);

#endif /* __MESON_MEM_H__ */