]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - arch/arm/include/asm/memblock.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / arch / arm / include / asm / memblock.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
2778f620
RK
2#ifndef _ASM_ARM_MEMBLOCK_H
3#define _ASM_ARM_MEMBLOCK_H
4
8d717a52 5struct machine_desc;
2778f620 6
1c2f87c2 7void arm_memblock_init(const struct machine_desc *);
716a3dc2
RK
8phys_addr_t arm_memblock_steal(phys_addr_t size, phys_addr_t align);
9
2778f620 10#endif