Add a TODO item.
[bertos.git] / mware / heap.c
index 70c73c1b5d9fd5cb1757431b4a6e2d9273dc25f2..249081b593130921aa07995b8dceaf57d443a938 100755 (executable)
 
 /*#*
  *#* $Log$
- *#* Revision 1.4  2004/08/25 14:12:09  rasky
- *#* Aggiornato il comment block dei log RCS
- *#*
- *#* Revision 1.3  2004/08/14 19:37:57  rasky
- *#* Merge da SC: macros.h, pool.h, BIT_CHANGE, nome dei processi, etc.
- *#*
- *#* Revision 1.2  2004/08/04 15:54:18  rasky
- *#* Merge da SC: prima versione veramente funzionante
+ *#* Revision 1.5  2004/10/03 20:43:22  bernie
+ *#* Import changes from sc/firmware.
  *#*
  *#* Revision 1.1  2004/07/31 16:33:58  rasky
  *#* Spostato lo heap da kern/ a mware/
@@ -38,7 +32,7 @@
 #include "heap.h"
 #include <string.h>           // memset()
 #include <macros.h>           // IS_POW2()
-#include <drv/kdebug.h>       // ASSERT()
+#include <debug.h>            // ASSERT()
 
 /* NOTE: struct size must be a 2's power! */
 typedef struct _MemChunk