mirror of
https://github.com/torvalds/linux.git
synced 2024-12-17 16:43:08 +00:00
9 lines
159 B
C
9 lines
159 B
C
|
#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);
|
||
|
|
||
|
#endif
|