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 150be938b910..e5e8f9db3a84 100644
--- a/include/linux/memblock.h
+++ b/include/linux/memblock.h
@@ -72,6 +72,8 @@ extern void memblock_dump_all(void);
72 72
73/* Provided by the architecture */ 73/* Provided by the architecture */
74extern phys_addr_t memblock_nid_range(phys_addr_t start, phys_addr_t end, int *nid); 74extern phys_addr_t memblock_nid_range(phys_addr_t start, phys_addr_t end, int *nid);
75extern int memblock_memory_can_coalesce(phys_addr_t addr1, phys_addr_t size1,
76 phys_addr_t addr2, phys_addr_t size2);
75 77
76/** 78/**
77 * memblock_set_current_limit - Set the current allocation limit to allow 79 * memblock_set_current_limit - Set the current allocation limit to allow