aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bpf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/bpf.h')
-rw-r--r--include/linux/bpf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/bpf.h b/include/linux/bpf.h
index 2235aee8096a..1b9a3f5b27f6 100644
--- a/include/linux/bpf.h
+++ b/include/linux/bpf.h
@@ -188,5 +188,8 @@ extern const struct bpf_func_proto bpf_get_prandom_u32_proto;
188extern const struct bpf_func_proto bpf_get_smp_processor_id_proto; 188extern const struct bpf_func_proto bpf_get_smp_processor_id_proto;
189extern const struct bpf_func_proto bpf_tail_call_proto; 189extern const struct bpf_func_proto bpf_tail_call_proto;
190extern const struct bpf_func_proto bpf_ktime_get_ns_proto; 190extern const struct bpf_func_proto bpf_ktime_get_ns_proto;
191extern const struct bpf_func_proto bpf_get_current_pid_tgid_proto;
192extern const struct bpf_func_proto bpf_get_current_uid_gid_proto;
193extern const struct bpf_func_proto bpf_get_current_comm_proto;
191 194
192#endif /* _LINUX_BPF_H */ 195#endif /* _LINUX_BPF_H */