From 323636085e1a6c063818a697b30e074578db258e Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 3 Oct 2017 06:30:17 +0200 Subject: global: use _WG prefix for include guards Suggested-by: Sultan Alsawaf Signed-off-by: Jason A. Donenfeld --- src/compat/siphash/include/linux/siphash.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/compat/siphash/include/linux/siphash.h') diff --git a/src/compat/siphash/include/linux/siphash.h b/src/compat/siphash/include/linux/siphash.h index fa7a6b9..43aeaa0 100644 --- a/src/compat/siphash/include/linux/siphash.h +++ b/src/compat/siphash/include/linux/siphash.h @@ -10,8 +10,8 @@ * hashtables. */ -#ifndef _LINUX_SIPHASH_H -#define _LINUX_SIPHASH_H +#ifndef _WG_LINUX_SIPHASH_H +#define _WG_LINUX_SIPHASH_H #include #include @@ -137,4 +137,4 @@ static inline u32 hsiphash(const void *data, size_t len, return ___hsiphash_aligned(data, len, key); } -#endif /* _LINUX_SIPHASH_H */ +#endif /* _WG_LINUX_SIPHASH_H */ -- cgit v1.2.3