X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=inline;f=bertos%2Fstruct%2Fpool.h;fp=bertos%2Fstruct%2Fpool.h;h=b2e14148ab2cea61f95d59c26afeced5b47b8677;hb=23b7f48a17d33a426782161f721cff4fc6611ddf;hp=01c18d38a15a28bcdb8706d60e1d1d0c9acbe131;hpb=e18f335ab6b31fb2a2a0950c8d4ce5a4173af062;p=bertos.git diff --git a/bertos/struct/pool.h b/bertos/struct/pool.h index 01c18d38..b2e14148 100644 --- a/bertos/struct/pool.h +++ b/bertos/struct/pool.h @@ -35,8 +35,8 @@ * \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 */