diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/mm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index a0df4295e171..2eec61fe75c9 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
| @@ -1756,6 +1756,9 @@ extern void set_mm_exe_file(struct mm_struct *mm, struct file *new_exe_file); | |||
| 1756 | extern struct file *get_mm_exe_file(struct mm_struct *mm); | 1756 | extern struct file *get_mm_exe_file(struct mm_struct *mm); |
| 1757 | 1757 | ||
| 1758 | extern int may_expand_vm(struct mm_struct *mm, unsigned long npages); | 1758 | extern int may_expand_vm(struct mm_struct *mm, unsigned long npages); |
| 1759 | extern struct vm_area_struct *_install_special_mapping(struct mm_struct *mm, | ||
| 1760 | unsigned long addr, unsigned long len, | ||
| 1761 | unsigned long flags, struct page **pages); | ||
| 1759 | extern int install_special_mapping(struct mm_struct *mm, | 1762 | extern int install_special_mapping(struct mm_struct *mm, |
| 1760 | unsigned long addr, unsigned long len, | 1763 | unsigned long addr, unsigned long len, |
| 1761 | unsigned long flags, struct page **pages); | 1764 | unsigned long flags, struct page **pages); |
