diff options
Diffstat (limited to 'src/compat/udp_tunnel/include')
-rw-r--r-- | src/compat/udp_tunnel/include/net/udp_tunnel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/compat/udp_tunnel/include/net/udp_tunnel.h b/src/compat/udp_tunnel/include/net/udp_tunnel.h index b80f1f5..8999527 100644 --- a/src/compat/udp_tunnel/include/net/udp_tunnel.h +++ b/src/compat/udp_tunnel/include/net/udp_tunnel.h @@ -1,5 +1,5 @@ -#ifndef __NET_UDP_TUNNEL_H -#define __NET_UDP_TUNNEL_H +#ifndef _WG_NET_UDP_TUNNEL_H +#define _WG_NET_UDP_TUNNEL_H #include <net/ip_tunnels.h> #include <net/udp.h> @@ -91,4 +91,4 @@ int udp_tunnel6_xmit_skb(struct dst_entry *dst, struct sock *sk, void udp_tunnel_sock_release(struct socket *sock); -#endif +#endif /* _WG_NET_UDP_TUNNEL_H */ |