Fix msp430 cpu core name. Add new msp430 core detect.
[bertos.git] / bertos / struct / fifobuf.h
index efb8f10315e2476783d39ec0efbf413160c745b0..b2f8fa503e7334448f6d7b0481f4da1f50eef755 100644 (file)
  * 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 $
  * \author Bernie Innocenti <bernie@codewiz.org>
  */
 
-#ifndef MWARE_FIFO_H
-#define MWARE_FIFO_H
+#ifndef STRUCT_FIFO_H
+#define STRUCT_FIFO_H
 
 #include <cpu/types.h>
 #include <cpu/irq.h>
@@ -355,5 +354,4 @@ void fifo_pushblock(FIFOBuffer *fb, unsigned char *block, size_t len)
 }
 #endif
 
-#endif /* MWARE_FIFO_H */
-
+#endif /* STRUCT_FIFO_H */