X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=mware%2Fheap.h;h=ccc02654ccb6f87df63e521eb27e09b61855fafb;hb=af9c555446161016fdd76c1cdff96ce76bb6cba2;hp=58a3a2fb81373ce3324e703f52215371b395c4cd;hpb=4afd09ec0c80aa1611fc3b5a3517e9c0d1755cfd;p=bertos.git diff --git a/mware/heap.h b/mware/heap.h index 58a3a2fb..ccc02654 100755 --- a/mware/heap.h +++ b/mware/heap.h @@ -18,27 +18,33 @@ * */ -/* - * $Log$ - * Revision 1.2 2004/08/04 15:54:18 rasky - * Merge da SC: prima versione veramente funzionante - * - * Revision 1.1 2004/07/31 16:33:58 rasky - * Spostato lo heap da kern/ a mware/ - * - * Revision 1.2 2004/06/03 11:27:09 bernie - * Add dual-license information. - * - * Revision 1.1 2004/05/23 17:27:00 bernie - * Import kern/ subdirectory. - * - */ +/*#* + *#* $Log$ + *#* Revision 1.4 2005/04/11 19:10:28 bernie + *#* Include top-level headers from cfg/ subdir. + *#* + *#* Revision 1.3 2004/08/25 14:12:09 rasky + *#* Aggiornato il comment block dei log RCS + *#* + *#* Revision 1.2 2004/08/04 15:54:18 rasky + *#* Merge da SC: prima versione veramente funzionante + *#* + *#* Revision 1.1 2004/07/31 16:33:58 rasky + *#* Spostato lo heap da kern/ a mware/ + *#* + *#* Revision 1.2 2004/06/03 11:27:09 bernie + *#* Add dual-license information. + *#* + *#* Revision 1.1 2004/05/23 17:27:00 bernie + *#* Import kern/ subdirectory. + *#* + *#*/ #ifndef MWARE_HEAP_H #define MWARE_HEAP_H -#include -#include +#include +#include struct _MemChunk;