summaryrefslogtreecommitdiffstats
path: root/include/net/fou.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/fou.h')
-rw-r--r--include/net/fou.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/fou.h b/include/net/fou.h
index 80f56e275b08..824eb4b231fd 100644
--- a/include/net/fou.h
+++ b/include/net/fou.h
@@ -17,4 +17,6 @@ int __fou_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e,
int __gue_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e,
u8 *protocol, __be16 *sport, int type);
+int register_fou_bpf(void);
+
#endif