X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fstruct%2Fkfile_fifo.h;h=fbc5d097f2265af3d0f097d023b2b51511d98118;hb=adde3a44787554723d12e61e5c69fca10a514c59;hp=b5842786471eaa806ce9b0e5b92f0029166e111f;hpb=02a989c26bf0c9aee229a4343897534e82f4efd1;p=bertos.git diff --git a/bertos/struct/kfile_fifo.h b/bertos/struct/kfile_fifo.h index b5842786..fbc5d097 100644 --- a/bertos/struct/kfile_fifo.h +++ b/bertos/struct/kfile_fifo.h @@ -53,7 +53,6 @@ * \endcode * * - * \version $Id: cfg_adc.h 2348 2009-02-16 13:43:44Z duplo $ * \author Francesco Sacchi * * $WIZ$ module_name = "kfilefifo" @@ -64,7 +63,7 @@ #define STRUCT_KFILE_FIFO #include "fifobuf.h" -#include +#include typedef struct KFileFifo { @@ -94,4 +93,7 @@ INLINE KFileFifo * KFILEFIFO_CAST(KFile *fd) */ void kfilefifo_init(KFileFifo *kf, FIFOBuffer *fifo); +int kfilefifo_testSetup(void); +int kfilefifo_testRun(void); +int kfilefifo_testTearDown(void); #endif /* STRUCT_KFILE_FIFO */