diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-01-08 19:14:22 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-01-09 21:24:28 +0100 |
| commit | 7166c8652080a3d7d3f57851987090dec92cfb19 (patch) | |
| tree | bfac04c35f2fe7e18ed95a91c4c5e60f922d18b6 /sys/linux/bpf_amd64.const | |
| parent | 5aac8b06c60bef3dbf4d66032a2082b219904efb (diff) | |
sys/linux: add ion and ashmem devices support
Note: ion supercedes the old android interface,
which is moved to sys/android.
Diffstat (limited to 'sys/linux/bpf_amd64.const')
| -rw-r--r-- | sys/linux/bpf_amd64.const | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/bpf_amd64.const b/sys/linux/bpf_amd64.const index 06d71efc9..2e0426766 100644 --- a/sys/linux/bpf_amd64.const +++ b/sys/linux/bpf_amd64.const @@ -123,7 +123,7 @@ BPF_SUB0 = 1 BPF_W0 = 0 BPF_XADD0 = 6 BPF_XOR0 = 10 -__BPF_FUNC_MAX_ID = 59 +__BPF_FUNC_MAX_ID = 58 __NR_bpf = 321 bpf_call_code = 133 bpf_exit_code = 149 |
