X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fstruct%2Ffifobuf.h;h=a749d89fce4bc7b69552e8196bc72d4b35090df2;hb=ab2e3c8c6b808390634d5065e41b1bf31e9eb600;hp=efb8f10315e2476783d39ec0efbf413160c745b0;hpb=a3a3a24dd211a7e17f27bcd8fd84b6e005c7144d;p=bertos.git diff --git a/bertos/struct/fifobuf.h b/bertos/struct/fifobuf.h index efb8f103..a749d89f 100644 --- a/bertos/struct/fifobuf.h +++ b/bertos/struct/fifobuf.h @@ -60,12 +60,12 @@ * location and head points to the first one: * \code head == begin && tail == end \endcode * - * \version $Id: fifobuf.h 1532 2008-08-04 07:21:26Z bernie $ + * \version $Id$ * \author Bernie Innocenti */ -#ifndef MWARE_FIFO_H -#define MWARE_FIFO_H +#ifndef STRUCT_FIFO_H +#define STRUCT_FIFO_H #include #include @@ -355,5 +355,4 @@ void fifo_pushblock(FIFOBuffer *fb, unsigned char *block, size_t len) } #endif -#endif /* MWARE_FIFO_H */ - +#endif /* STRUCT_FIFO_H */