linux-pinenote/arch/x86/include/asm/memblock.h

8 lines
172 B
C
Raw Normal View History

#ifndef _X86_MEMBLOCK_H
#define _X86_MEMBLOCK_H
void memblock_x86_reserve_range(u64 start, u64 end, char *name);
void memblock_x86_free_range(u64 start, u64 end);
#endif