Resolve the bug of the autoenabled modules
[bertos.git] / bertos / struct / heap.h
index 6819d6793a2ac4dffb481aaef5f00203cfe0d49b..7044f33134cf3a40078ed8173bea9bf4c950be08 100644 (file)
  * in this form also within the implementation. This would probably remove
  * memory alignment problems, and also some aliasing issues.
  *
- * \version $Id: heap.h 1532 2008-08-04 07:21:26Z bernie $
+ * \version $Id$
  * \author Bernie Innocenti <bernie@codewiz.org>
  */
 
-#ifndef MWARE_HEAP_H
-#define MWARE_HEAP_H
+#ifndef STRUCT_HEAP_H
+#define STRUCT_HEAP_H
 
 #include "cfg/cfg_heap.h"
 #include <cfg/compiler.h>
@@ -86,4 +86,4 @@ void heap_free(struct Heap* heap, void * mem);
 
 #endif
 
-#endif /* MWARE_HEAP_H */
+#endif /* STRUCT_HEAP_H */