X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fstruct%2Fheap.h;h=7044f33134cf3a40078ed8173bea9bf4c950be08;hb=8407ef595aa824f91b5804cdcc936326b5774c21;hp=6819d6793a2ac4dffb481aaef5f00203cfe0d49b;hpb=e5174304054e26cd8f3cd1f9980871c20c07fc46;p=bertos.git diff --git a/bertos/struct/heap.h b/bertos/struct/heap.h index 6819d679..7044f331 100644 --- a/bertos/struct/heap.h +++ b/bertos/struct/heap.h @@ -36,12 +36,12 @@ * 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 */ -#ifndef MWARE_HEAP_H -#define MWARE_HEAP_H +#ifndef STRUCT_HEAP_H +#define STRUCT_HEAP_H #include "cfg/cfg_heap.h" #include @@ -86,4 +86,4 @@ void heap_free(struct Heap* heap, void * mem); #endif -#endif /* MWARE_HEAP_H */ +#endif /* STRUCT_HEAP_H */