summaryrefslogtreecommitdiff
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 ea96ba46ef9d..42b40345119f 100644
--- a/include/linux/memblock.h
+++ b/include/linux/memblock.h
@@ -83,6 +83,8 @@ int memblock_mark_hotplug(phys_addr_t base, phys_addr_t size);
int memblock_clear_hotplug(phys_addr_t base, phys_addr_t size);
int memblock_mark_mirror(phys_addr_t base, phys_addr_t size);
ulong choose_memblock_flags(void);
+void memblock_region_resize_late_begin(void);
+void memblock_region_resize_late_end(void);
/* Low level functions */
int memblock_add_range(struct memblock_type *type,