diff options
Diffstat (limited to 'include/linux/bpf.h')
-rw-r--r-- | include/linux/bpf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/bpf.h b/include/linux/bpf.h index c201017b5730..edcd96ded8aa 100644 --- a/include/linux/bpf.h +++ b/include/linux/bpf.h | |||
@@ -319,6 +319,7 @@ extern const struct bpf_func_proto bpf_map_delete_elem_proto; | |||
319 | 319 | ||
320 | extern const struct bpf_func_proto bpf_get_prandom_u32_proto; | 320 | extern const struct bpf_func_proto bpf_get_prandom_u32_proto; |
321 | extern const struct bpf_func_proto bpf_get_smp_processor_id_proto; | 321 | extern const struct bpf_func_proto bpf_get_smp_processor_id_proto; |
322 | extern const struct bpf_func_proto bpf_get_numa_node_id_proto; | ||
322 | extern const struct bpf_func_proto bpf_tail_call_proto; | 323 | extern const struct bpf_func_proto bpf_tail_call_proto; |
323 | extern const struct bpf_func_proto bpf_ktime_get_ns_proto; | 324 | extern const struct bpf_func_proto bpf_ktime_get_ns_proto; |
324 | extern const struct bpf_func_proto bpf_get_current_pid_tgid_proto; | 325 | extern const struct bpf_func_proto bpf_get_current_pid_tgid_proto; |