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

#define ARCH_DISCARD_MEMBLOCK

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

u64 memblock_x86_hole_size(u64 start, u64 end);

#endif