aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r--include/linux/mm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h
index ffee2f743418..9979d3fab6e7 100644
--- a/include/linux/mm.h
+++ b/include/linux/mm.h
@@ -1286,5 +1286,7 @@ int vmemmap_populate_basepages(struct page *start_page,
1286int vmemmap_populate(struct page *start_page, unsigned long pages, int node); 1286int vmemmap_populate(struct page *start_page, unsigned long pages, int node);
1287void vmemmap_populate_print_last(void); 1287void vmemmap_populate_print_last(void);
1288 1288
1289extern void *alloc_locked_buffer(size_t size);
1290extern void free_locked_buffer(void *buffer, size_t size);
1289#endif /* __KERNEL__ */ 1291#endif /* __KERNEL__ */
1290#endif /* _LINUX_MM_H */ 1292#endif /* _LINUX_MM_H */