SEC: Add comment to warn about stack overflow.
[bertos.git] / bertos / struct / pool.h
index 01c18d38a15a28bcdb8706d60e1d1d0c9acbe131..3348a8704290347bbde619cc19bf54a8afae4e4c 100644 (file)
  *
  * \brief Pool macros.
  *
- * \version $Id: pool.h 1294 2008-05-20 13:43:57Z asterix $
  * \author Giovanni Bajo <rasky@develer.com>
  */
 
-#ifndef MWARE_POOL_H
-#define MWARE_POOL_H
+#ifndef STRUCT_POOL_H
+#define STRUCT_POOL_H
 
 #include <cfg/macros.h>
 #include <struct/list.h>
@@ -71,4 +70,4 @@
 #define pool_free(name, elem)          ADDHEAD(name, (Node*)elem)
 #define pool_empty(name)               ISLISTEMPTY(name)
 
-#endif /* MWARE_POOL_H */
+#endif /* STRUCT_POOL_H */