18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef _ASM_ARM_MEMBLOCK_H 38c2ecf20Sopenharmony_ci#define _ASM_ARM_MEMBLOCK_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_cistruct machine_desc; 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_civoid arm_memblock_init(const struct machine_desc *); 88c2ecf20Sopenharmony_ciphys_addr_t arm_memblock_steal(phys_addr_t size, phys_addr_t align); 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ci#endif 11