diff options
Diffstat (limited to 'include/linux/bpf.h')
| -rw-r--r-- | include/linux/bpf.h | 3 |
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; | |||
| 188 | extern const struct bpf_func_proto bpf_get_smp_processor_id_proto; | 188 | extern const struct bpf_func_proto bpf_get_smp_processor_id_proto; |
| 189 | extern const struct bpf_func_proto bpf_tail_call_proto; | 189 | extern const struct bpf_func_proto bpf_tail_call_proto; |
| 190 | extern const struct bpf_func_proto bpf_ktime_get_ns_proto; | 190 | extern const struct bpf_func_proto bpf_ktime_get_ns_proto; |
| 191 | extern const struct bpf_func_proto bpf_get_current_pid_tgid_proto; | ||
| 192 | extern const struct bpf_func_proto bpf_get_current_uid_gid_proto; | ||
| 193 | extern const struct bpf_func_proto bpf_get_current_comm_proto; | ||
| 191 | 194 | ||
| 192 | #endif /* _LINUX_BPF_H */ | 195 | #endif /* _LINUX_BPF_H */ |
