VCOM Linux Driver
Advantech Inc.
Loading...
Searching...
No Matches
ops_fault.h
Go to the documentation of this file.
1
#ifndef _LEGACY_MMAP_OPS_FAULT_H
2
#define _LEGACY_MMAP_OPS_FAULT_H
3
#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,17,0)
4
//@ current
5
#elif LINUX_VERSION_CODE >= KERNEL_VERSION(4,10,0)
6
int
adv_vma_nopage(
struct
vm_fault *vmf);
7
#else
8
int
adv_vma_nopage(
struct
vm_area_struct *vma,
struct
vm_fault *vmf);
9
#endif
//LINUX_VERSION_CODE
10
#endif
//_LEGACY_MMAP_OPS_FAULT_H
driver
legacy
mmap
ops_fault.h
Generated by
1.12.0