https://jxself.org/git/linux-libre.git
Raw File
Tip revision: faf2abe3c8f75b6deb0a19bb9d3626cfd5b37e29 authored by Jason Self on 13 October 2013, 22:07:35 UTC
Linux-libre 3.0.100-gnu1
Tip revision: faf2abe
mmap.h
#ifndef OCFS2_MMAP_H
#define OCFS2_MMAP_H

int ocfs2_mmap(struct file *file, struct vm_area_struct *vma);

#endif  /* OCFS2_MMAP_H */
back to top