X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fmware%2Fheap.h;h=0524dbcfa3b7a5abc8ada90f6906c6f084734bbe;hb=4cc44c9888a0336b9d01121ec0b7ad95f4a76195;hp=f02a7d558fc3a87fd6c61e43214db5a97f988ac0;hpb=9b5ed5a7350e86199d01c9165d0a24ec6150b811;p=bertos.git diff --git a/bertos/mware/heap.h b/bertos/mware/heap.h index f02a7d55..0524dbcf 100644 --- a/bertos/mware/heap.h +++ b/bertos/mware/heap.h @@ -27,27 +27,26 @@ * the GNU General Public License. * * Copyright 2004 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999,2000,2001 Bernardo Innocenti + * Copyright 1999,2000,2001 Bernie Innocenti * * --> * * \brief Heap subsystem (public interface). * - * \version $Id$ - * - * \author Bernardo Innocenti - * * \todo Heap memory could be defined as an array of MemChunk, and used * in this form also within the implementation. This would probably remove * memory alignment problems, and also some aliasing issues. * + * \version $Id$ + * + * \author Bernie Innocenti + * */ #ifndef MWARE_HEAP_H #define MWARE_HEAP_H -#include - +#include "cfg/cfg_heap.h" #include struct _MemChunk;