mem.h 383 B

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