Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / arch / arm / include / asm / memblock.h
1 #ifndef _ASM_ARM_MEMBLOCK_H
2 #define _ASM_ARM_MEMBLOCK_H
3
4 struct machine_desc;
5
6 void arm_memblock_init(const struct machine_desc *);
7 phys_addr_t arm_memblock_steal(phys_addr_t size, phys_addr_t align);
8
9 #endif