Merge remote-tracking branch 'iommu/next'
[deliverable/linux.git] / include / linux / bpf.h
index 11134238417dd4c1054f2cf6c83f5f64b470cb08..9a904f63f8c1faa945914fb09aedecfc004ac295 100644 (file)
@@ -297,6 +297,10 @@ static inline struct bpf_prog *bpf_prog_add(struct bpf_prog *prog, int i)
 static inline void bpf_prog_put(struct bpf_prog *prog)
 {
 }
+static inline struct bpf_prog *bpf_prog_inc(struct bpf_prog *prog)
+{
+       return ERR_PTR(-EOPNOTSUPP);
+}
 #endif /* CONFIG_BPF_SYSCALL */
 
 /* verifier prototypes for helper functions called from eBPF programs */
This page took 0.024596 seconds and 5 git commands to generate.