MWARE_XXX_H -> STRUCT_XXX_H
[bertos.git] / bertos / struct / hashtable.h
index e59548cd73134c044fbc4f24f0acb0d64d301146..363241e3d14f7de589e51a99bb5bb879c23a59da 100644 (file)
@@ -52,8 +52,8 @@
  * \author Giovanni Bajo <rasky@develer.com>
  */
 
-#ifndef MWARE_HASHTABLE_H
-#define MWARE_HASHTABLE_H
+#ifndef STRUCT_HASHTABLE_H
+#define STRUCT_HASHTABLE_H
 
 #include <cfg/compiler.h>
 #include <cfg/macros.h>
@@ -268,4 +268,4 @@ INLINE HashIterator ht_iter_next(HashIterator h)
        return h;
 }
 
-#endif /* MWARE_HASHTABLE_H */
+#endif /* STRUCT_HASHTABLE_H */