aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/compat/dst_cache
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-10-03 06:30:17 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2017-10-03 06:41:39 +0200
commitf45345b7723f09c94a829d90689d052c864f5b86 (patch)
treea697ef14c4903691878a7abb401def97bf505cba /src/compat/dst_cache
parentglobal: satisfy bitshift pedantry (diff)
downloadwireguard-monolithic-historical-f45345b7723f09c94a829d90689d052c864f5b86.tar.xz
wireguard-monolithic-historical-f45345b7723f09c94a829d90689d052c864f5b86.zip
global: use _WG prefix for include guards
Suggested-by: Sultan Alsawaf <sultanxda@gmail.com>
Diffstat (limited to 'src/compat/dst_cache')
-rw-r--r--src/compat/dst_cache/include/net/dst_cache.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/compat/dst_cache/include/net/dst_cache.h b/src/compat/dst_cache/include/net/dst_cache.h
index 151acca..5a083c7 100644
--- a/src/compat/dst_cache/include/net/dst_cache.h
+++ b/src/compat/dst_cache/include/net/dst_cache.h
@@ -1,5 +1,5 @@
-#ifndef _NET_DST_CACHE_H
-#define _NET_DST_CACHE_H
+#ifndef _WG_NET_DST_CACHE_H
+#define _WG_NET_DST_CACHE_H
#include <linux/jiffies.h>
#include <net/dst.h>
@@ -94,4 +94,4 @@ int dst_cache_init(struct dst_cache *dst_cache, gfp_t gfp);
*/
void dst_cache_destroy(struct dst_cache *dst_cache);
-#endif
+#endif /* _WG_NET_DST_CACHE_H */