diff options
Diffstat (limited to 'include/linux/vmalloc.h')
| -rw-r--r-- | include/linux/vmalloc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/vmalloc.h b/include/linux/vmalloc.h index 3d9d786a943c..d68edffbf142 100644 --- a/include/linux/vmalloc.h +++ b/include/linux/vmalloc.h | |||
| @@ -82,6 +82,7 @@ extern void *__vmalloc_node_range(unsigned long size, unsigned long align, | |||
| 82 | const void *caller); | 82 | const void *caller); |
| 83 | 83 | ||
| 84 | extern void vfree(const void *addr); | 84 | extern void vfree(const void *addr); |
| 85 | extern void vfree_atomic(const void *addr); | ||
| 85 | 86 | ||
| 86 | extern void *vmap(struct page **pages, unsigned int count, | 87 | extern void *vmap(struct page **pages, unsigned int count, |
| 87 | unsigned long flags, pgprot_t prot); | 88 | unsigned long flags, pgprot_t prot); |
