18c2ecf20Sopenharmony_ci/*
28c2ecf20Sopenharmony_ci * sysmem-related prototypes.
38c2ecf20Sopenharmony_ci *
48c2ecf20Sopenharmony_ci * This file is subject to the terms and conditions of the GNU General Public
58c2ecf20Sopenharmony_ci * License.  See the file "COPYING" in the main directory of this archive
68c2ecf20Sopenharmony_ci * for more details.
78c2ecf20Sopenharmony_ci *
88c2ecf20Sopenharmony_ci * Copyright (C) 2014 Cadence Design Systems Inc.
98c2ecf20Sopenharmony_ci */
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci#ifndef _XTENSA_SYSMEM_H
128c2ecf20Sopenharmony_ci#define _XTENSA_SYSMEM_H
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci#include <linux/memblock.h>
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_civoid bootmem_init(void);
178c2ecf20Sopenharmony_civoid zones_init(void);
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ci#endif /* _XTENSA_SYSMEM_H */
20