blob: 1274ee0f1fe2f70c2242e5f8560a3d04f7e991d2 [file] [log] [blame]
Mark Fashehccd979b2005-12-15 14:31:24 -08001#ifndef OCFS2_MMAP_H
2#define OCFS2_MMAP_H
3
4int ocfs2_mmap(struct file *file, struct vm_area_struct *vma);
5
6#endif /* OCFS2_MMAP_H */