diff options
Diffstat (limited to 'include/net/fou.h')
| -rw-r--r-- | include/net/fou.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/fou.h b/include/net/fou.h index f5cc6910a27e..824eb4b231fd 100644 --- a/include/net/fou.h +++ b/include/net/fou.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __NET_FOU_H #define __NET_FOU_H @@ -16,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 |
