VCOM Linux Driver
Advantech Inc.
Loading...
Searching...
No Matches
adv_mmap.c File Reference
#include <linux/module.h>
#include <linux/mm.h>
#include <linux/errno.h>
#include <linux/fs.h>
#include <asm/pgtable.h>
#include <linux/version.h>
#include "advvcom.h"
#include "adv_mmap.h"

Functions

int adv_proc_mmap (struct file *filp, struct vm_area_struct *vma)
 

Variables

struct vm_operations_struct adv_vm_ops
 

Function Documentation

◆ adv_proc_mmap()

int adv_proc_mmap ( struct file * filp,
struct vm_area_struct * vma )

Variable Documentation

◆ adv_vm_ops

struct vm_operations_struct adv_vm_ops
Initial value:
= {
.open = adv_vma_open,
.close = adv_vma_close,
.fault = adv_vma_nopage,
}