Blame view

kernel/linux-imx6_3.14.28/fs/ocfs2/mmap.h 134 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
  #ifndef OCFS2_MMAP_H
  #define OCFS2_MMAP_H
  
  int ocfs2_mmap(struct file *file, struct vm_area_struct *vma);
  
  #endif  /* OCFS2_MMAP_H */