diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-03-06 19:14:54 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-03-06 19:15:44 +0100 |
| commit | c8a1847658268fbadf20aa486107f2e553a8c768 (patch) | |
| tree | 3c43c398704cd9f84141ac7398009abc5a80b70c /sys/linux/uffd.txt | |
| parent | 2814d6b8454ab778f4fbed5f88ed6b0effd02318 (diff) | |
sys/linux: add descriptions for /dev/infiniband/rdma_cm
Also fix uffd and bluetooth consts while we are here.
Diffstat (limited to 'sys/linux/uffd.txt')
| -rw-r--r-- | sys/linux/uffd.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/linux/uffd.txt b/sys/linux/uffd.txt index 239c7aefa..086e05962 100644 --- a/sys/linux/uffd.txt +++ b/sys/linux/uffd.txt @@ -1,7 +1,9 @@ # Copyright 2018 syzkaller project authors. All rights reserved. # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. -include <linux/userfaultfd.h> +include <uapi/linux/ioctl.h> +include <uapi/linux/fcntl.h> +include <uapi/linux/userfaultfd.h> resource fd_uffd[fd] |
