blob: 1051507cc6841156d631879f759e0c57bfcb7cee [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Mark Fashehccd979b2005-12-15 14:31:24 -08002#ifndef OCFS2_MMAP_H
3#define OCFS2_MMAP_H
4
5int ocfs2_mmap(struct file *file, struct vm_area_struct *vma);
6
7#endif /* OCFS2_MMAP_H */