xref: /openbmc/linux/fs/ocfs2/mmap.h (revision ccd979bd)
1ccd979bdSMark Fasheh #ifndef OCFS2_MMAP_H
2ccd979bdSMark Fasheh #define OCFS2_MMAP_H
3ccd979bdSMark Fasheh 
4ccd979bdSMark Fasheh int ocfs2_mmap(struct file *file, struct vm_area_struct *vma);
5ccd979bdSMark Fasheh 
6ccd979bdSMark Fasheh #endif  /* OCFS2_MMAP_H */
7