X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fstruct%2Fpool.h;h=37938c26ea337518fd439e5075483b7689353887;hb=b708b0cbae2dc58ef30943ade3d56c464b49a59c;hp=01c18d38a15a28bcdb8706d60e1d1d0c9acbe131;hpb=e5174304054e26cd8f3cd1f9980871c20c07fc46;p=bertos.git diff --git a/bertos/struct/pool.h b/bertos/struct/pool.h index 01c18d38..37938c26 100644 --- a/bertos/struct/pool.h +++ b/bertos/struct/pool.h @@ -31,12 +31,12 @@ * * \brief Pool macros. * - * \version $Id: pool.h 1294 2008-05-20 13:43:57Z asterix $ + * \version $Id$ * \author Giovanni Bajo */ -#ifndef MWARE_POOL_H -#define MWARE_POOL_H +#ifndef STRUCT_POOL_H +#define STRUCT_POOL_H #include #include @@ -71,4 +71,4 @@ #define pool_free(name, elem) ADDHEAD(name, (Node*)elem) #define pool_empty(name) ISLISTEMPTY(name) -#endif /* MWARE_POOL_H */ +#endif /* STRUCT_POOL_H */