diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-01-25 22:30:06 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-01-25 22:30:06 +0100 |
| commit | f4e7270e33225b8f25b74ab9072e9b670f2f82ae (patch) | |
| tree | 4ec41320f9edaf44078f3046cfbcd9cf68dd8b91 /sys/linux/bpf_arm64.const | |
| parent | 2e95ab335759ed7e1c246c2057c84d813a2c29e1 (diff) | |
sys/linux: extend DRM ioctl descriptions
+ disable binderfs (see comments)
+ add few more missing tty ioctls
+ improve few minor things in hci descriptions
Diffstat (limited to 'sys/linux/bpf_arm64.const')
| -rw-r--r-- | sys/linux/bpf_arm64.const | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/bpf_arm64.const b/sys/linux/bpf_arm64.const index f13aa88dd..816684beb 100644 --- a/sys/linux/bpf_arm64.const +++ b/sys/linux/bpf_arm64.const @@ -204,7 +204,7 @@ BTF_KIND_VOLATILE = 9 BTF_MAGIC = 60319 BTF_VERSION = 1 MAX_BPF_REG = 11 -__BPF_FUNC_MAX_ID = 118 +__BPF_FUNC_MAX_ID = 119 __MAX_BPF_REG = 11 __NR_bpf = 280 bpf_call_code = 133 |
