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 35f811b0cd69..2f6e2f886d4b 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -804,6 +804,8 @@ int copy_page_range(struct mm_struct *dst, struct mm_struct *src, | |||
804 | struct vm_area_struct *vma); | 804 | struct vm_area_struct *vma); |
805 | void unmap_mapping_range(struct address_space *mapping, | 805 | void unmap_mapping_range(struct address_space *mapping, |
806 | loff_t const holebegin, loff_t const holelen, int even_cows); | 806 | loff_t const holebegin, loff_t const holelen, int even_cows); |
807 | int follow_phys(struct vm_area_struct *vma, unsigned long address, | ||
808 | unsigned int flags, unsigned long *prot, resource_size_t *phys); | ||
807 | int generic_access_phys(struct vm_area_struct *vma, unsigned long addr, | 809 | int generic_access_phys(struct vm_area_struct *vma, unsigned long addr, |
808 | void *buf, int len, int write); | 810 | void *buf, int len, int write); |
809 | 811 | ||