diff options
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r-- | include/linux/mm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index d3ddd735e375..aaa8b843be28 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -1305,5 +1305,7 @@ int vmemmap_populate_basepages(struct page *start_page, | |||
1305 | int vmemmap_populate(struct page *start_page, unsigned long pages, int node); | 1305 | int vmemmap_populate(struct page *start_page, unsigned long pages, int node); |
1306 | void vmemmap_populate_print_last(void); | 1306 | void vmemmap_populate_print_last(void); |
1307 | 1307 | ||
1308 | extern void *alloc_locked_buffer(size_t size); | ||
1309 | extern void free_locked_buffer(void *buffer, size_t size); | ||
1308 | #endif /* __KERNEL__ */ | 1310 | #endif /* __KERNEL__ */ |
1309 | #endif /* _LINUX_MM_H */ | 1311 | #endif /* _LINUX_MM_H */ |