X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fstruct%2Fkfile_fifo.h;h=78c1f46d3740deff0b99aae1e67d6bfc810269ec;hb=0c71afa65077b10d069192c1d36c0df1440e1b97;hp=b5842786471eaa806ce9b0e5b92f0029166e111f;hpb=878b65015a7cb487d7b2d750ac9ed396fb110e60;p=bertos.git diff --git a/bertos/struct/kfile_fifo.h b/bertos/struct/kfile_fifo.h index b5842786..78c1f46d 100644 --- a/bertos/struct/kfile_fifo.h +++ b/bertos/struct/kfile_fifo.h @@ -94,4 +94,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 */