aboutsummaryrefslogtreecommitdiff
path: root/include/linux/bpf.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2015-03-15 21:57:30 -0400
committerDavid S. Miller <davem@davemloft.net>2015-03-15 21:57:30 -0400
commita498cfe990f569dd3766bfc9bfd2a5ee04468cd2 (patch)
treeef0c4dc4642696d84bd56c4f409dd32507981bb0 /include/linux/bpf.h
parent12028820423bd7705beb5e09889faab95c545ea1 (diff)
parentc04167ce2ca0ecaeaafef006cb0d65cf01b68e42 (diff)
Merge branch 'ebpf_helpers'
Daniel Borkmann says: ==================== eBPF updates Two small eBPF helper additions to better match up with ancillary classic BPF functionality. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
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 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;
extern const struct bpf_func_proto bpf_map_update_elem_proto;
extern const struct bpf_func_proto bpf_map_delete_elem_proto;
+extern const struct bpf_func_proto bpf_get_prandom_u32_proto;
+extern const struct bpf_func_proto bpf_get_smp_processor_id_proto;
+
#endif /* _LINUX_BPF_H */