summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/memblock.h
blob: e11ddf059fa1f3fd44f11279adce1eec03521559 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _X86_MEMBLOCK_H
#define _X86_MEMBLOCK_H

#define ARCH_DISCARD_MEMBLOCK

u64 memblock_x86_find_in_range_size(u64 start, u64 *sizep, u64 align);
void memblock_x86_to_bootmem(u64 start, u64 end);

void memblock_x86_reserve_range(u64 start, u64 end, char *name);
void memblock_x86_free_range(u64 start, u64 end);

#endif