mem.h 383 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright (C) 2016 BayLibre, SAS
  4. * Author: Neil Armstrong <narmstrong@baylibre.com>
  5. */
  6. #ifndef __MESON_MEM_H__
  7. #define __MESON_MEM_H__
  8. /* Configure the reserved memory zones exported by the secure registers
  9. * into EFI and DTB reserved memory entries.
  10. */
  11. void meson_gx_init_reserved_memory(void *fdt);
  12. #endif /* __MESON_MEM_H__ */