162306a36Sopenharmony_ci/* 262306a36Sopenharmony_ci * sysmem-related prototypes. 362306a36Sopenharmony_ci * 462306a36Sopenharmony_ci * This file is subject to the terms and conditions of the GNU General Public 562306a36Sopenharmony_ci * License. See the file "COPYING" in the main directory of this archive 662306a36Sopenharmony_ci * for more details. 762306a36Sopenharmony_ci * 862306a36Sopenharmony_ci * Copyright (C) 2014 Cadence Design Systems Inc. 962306a36Sopenharmony_ci */ 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ci#ifndef _XTENSA_SYSMEM_H 1262306a36Sopenharmony_ci#define _XTENSA_SYSMEM_H 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_ci#include <linux/memblock.h> 1562306a36Sopenharmony_ci 1662306a36Sopenharmony_civoid bootmem_init(void); 1762306a36Sopenharmony_civoid zones_init(void); 1862306a36Sopenharmony_ci 1962306a36Sopenharmony_ci#endif /* _XTENSA_SYSMEM_H */ 20