btrfs-progs: receive: implement the update_extent callback
[platform/upstream/btrfs-progs.git] / hash.h
diff --git a/hash.h b/hash.h
index 804fcda..ac4c411 100644 (file)
--- a/hash.h
+++ b/hash.h
@@ -16,8 +16,9 @@
  * Boston, MA 021110-1307, USA.
  */
 
-#ifndef __HASH__
-#define __HASH__
+#ifndef __BTRFS_HASH_H__
+#define __BTRFS_HASH_H__
+
 #include "crc32c.h"
 
 static inline u64 btrfs_name_hash(const char *name, int len)