LinuxKPI: Add vm_fault_t type.

This patch is part of D19565

Reviewed by:	hps
Approved by:	imp (mentor), hps
MFC after:	1 week
This commit is contained in:
Johannes Lundberg 2019-05-14 23:32:02 +00:00
parent 395be823fd
commit 1462308d8b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=347600

View File

@ -35,6 +35,8 @@
#include <asm/atomic.h>
typedef int vm_fault_t;
struct vm_area_struct;
struct task_struct;