Sign in
android
/
platform
/
external
/
rust
/
crates
/
userfaultfd-sys
/
5b4f6a557363d57d5867bcb8377f6212e6e718c1
/
.
/
wrapper.h
blob: 42ab19cc47e89120f3505d1bf4237810d88d08a4 [
file
] [
log
] [
blame
]
#include
<linux/userfaultfd.h>
#ifndef
UFFD_USER_MODE_ONLY
// this definition is not available before Linux 5.11. It is provided so
// userfaultfd-sys has the same exports on all kernels
#define
UFFD_USER_MODE_ONLY
1
#endif