From 7166c8652080a3d7d3f57851987090dec92cfb19 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 8 Jan 2018 19:14:22 +0100 Subject: sys/linux: add ion and ashmem devices support Note: ion supercedes the old android interface, which is moved to sys/android. --- sys/linux/bpf_amd64.const | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/bpf_amd64.const') 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 -- cgit mrf-deployment