diff options
Diffstat (limited to 'include/linux')
| -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 80f2e0fc3d02..30bfd331882a 100644 --- a/include/linux/bpf.h +++ b/include/linux/bpf.h | |||
| @@ -154,4 +154,7 @@ extern const struct bpf_func_proto bpf_map_lookup_elem_proto; | |||
| 154 | extern const struct bpf_func_proto bpf_map_update_elem_proto; | 154 | extern const struct bpf_func_proto bpf_map_update_elem_proto; |
| 155 | extern const struct bpf_func_proto bpf_map_delete_elem_proto; | 155 | extern const struct bpf_func_proto bpf_map_delete_elem_proto; |
| 156 | 156 | ||
| 157 | extern const struct bpf_func_proto bpf_get_prandom_u32_proto; | ||
| 158 | extern const struct bpf_func_proto bpf_get_smp_processor_id_proto; | ||
| 159 | |||
| 157 | #endif /* _LINUX_BPF_H */ | 160 | #endif /* _LINUX_BPF_H */ |
