aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/memblock.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/memblock.h')
-rw-r--r--include/linux/memblock.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/memblock.h b/include/linux/memblock.h
index 4b6931327b22..47bceb187058 100644
--- a/include/linux/memblock.h
+++ b/include/linux/memblock.h
@@ -56,6 +56,8 @@ extern u64 __init __memblock_alloc_base(u64 size,
56extern u64 __init memblock_phys_mem_size(void); 56extern u64 __init memblock_phys_mem_size(void);
57extern u64 memblock_end_of_DRAM(void); 57extern u64 memblock_end_of_DRAM(void);
58extern void __init memblock_enforce_memory_limit(u64 memory_limit); 58extern void __init memblock_enforce_memory_limit(u64 memory_limit);
59extern int memblock_is_memory(u64 addr);
60extern int memblock_is_region_memory(u64 base, u64 size);
59extern int __init memblock_is_reserved(u64 addr); 61extern int __init memblock_is_reserved(u64 addr);
60extern int memblock_is_region_reserved(u64 base, u64 size); 62extern int memblock_is_region_reserved(u64 base, u64 size);
61extern int memblock_find(struct memblock_region *res); 63extern int memblock_find(struct memblock_region *res);