x86, memblock: Add memblock_x86_to_bootmem()
[cascardo/linux.git] / arch / x86 / include / asm / memblock.h
1 #ifndef _X86_MEMBLOCK_H
2 #define _X86_MEMBLOCK_H
3
4 #define ARCH_DISCARD_MEMBLOCK
5
6 u64 memblock_x86_find_in_range_size(u64 start, u64 *sizep, u64 align);
7 void memblock_x86_to_bootmem(u64 start, u64 end);
8
9 #endif