diff options
Diffstat (limited to 'include/linux/bpf.h')
-rw-r--r-- | include/linux/bpf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/bpf.h b/include/linux/bpf.h index fd06ada941ad..f15432d90728 100644 --- a/include/linux/bpf.h +++ b/include/linux/bpf.h | |||
@@ -989,6 +989,8 @@ extern const struct bpf_func_proto bpf_sk_redirect_map_proto; | |||
989 | extern const struct bpf_func_proto bpf_spin_lock_proto; | 989 | extern const struct bpf_func_proto bpf_spin_lock_proto; |
990 | extern const struct bpf_func_proto bpf_spin_unlock_proto; | 990 | extern const struct bpf_func_proto bpf_spin_unlock_proto; |
991 | extern const struct bpf_func_proto bpf_get_local_storage_proto; | 991 | extern const struct bpf_func_proto bpf_get_local_storage_proto; |
992 | extern const struct bpf_func_proto bpf_strtol_proto; | ||
993 | extern const struct bpf_func_proto bpf_strtoul_proto; | ||
992 | 994 | ||
993 | /* Shared helpers among cBPF and eBPF. */ | 995 | /* Shared helpers among cBPF and eBPF. */ |
994 | void bpf_user_rnd_init_once(void); | 996 | void bpf_user_rnd_init_once(void); |