diff options
Diffstat (limited to 'include/net/ioam6.h')
-rw-r--r-- | include/net/ioam6.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/ioam6.h b/include/net/ioam6.h index 781d2d8b2f..2cbbee6e80 100644 --- a/include/net/ioam6.h +++ b/include/net/ioam6.h @@ -12,6 +12,7 @@ #include <linux/net.h> #include <linux/ipv6.h> #include <linux/ioam6.h> +#include <linux/ioam6_genl.h> #include <linux/rhashtable-types.h> struct ioam6_namespace { @@ -65,4 +66,7 @@ void ioam6_exit(void); int ioam6_iptunnel_init(void); void ioam6_iptunnel_exit(void); +void ioam6_event(enum ioam6_event_type type, struct net *net, gfp_t gfp, + void *opt, unsigned int opt_len); + #endif /* _NET_IOAM6_H */ |