X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=mware%2Fpool.h;h=89bb559cf4f3de7b2df573832f5437c3f0422eaa;hb=4fbc2e2a3aa83de683dd440f9036ced5d5879071;hp=dd180181f6594fe8d1ffa0ad998626ecc887a29c;hpb=ea4ef51b306fde6480c03f72e81c4b31d51660f6;p=bertos.git diff --git a/mware/pool.h b/mware/pool.h index dd180181..89bb559c 100755 --- a/mware/pool.h +++ b/mware/pool.h @@ -1,7 +1,35 @@ +/** + * \file + * + * + * \brief Pool macros. + * + * \version $Id$ + * \author Giovanni Bajo + */ + +/*#* + *#* $Log$ + *#* Revision 1.6 2006/07/19 12:56:28 bernie + *#* Convert to new Doxygen style. + *#* + *#* Revision 1.5 2005/11/04 16:20:02 bernie + *#* Fix reference to README.devlib in header. + *#* + *#* Revision 1.4 2005/04/11 19:10:28 bernie + *#* Include top-level headers from cfg/ subdir. + *#* + *#* Revision 1.3 2004/12/08 08:09:01 bernie + *#* Add missing header. + *#* + *#*/ #ifndef MWARE_POOL_H #define MWARE_POOL_H -#include +#include #include #define EXTERN_POOL(name) \ @@ -13,7 +41,7 @@ INLINE void name##_init(void (*init_func)(type*)) \ { \ int i; \ - INITLIST(&name); \ + LIST_INIT(&name); \ for (i=0;i