X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fstruct%2Fkfile_fifo.h;h=78c1f46d3740deff0b99aae1e67d6bfc810269ec;hb=888da1bd988d54b4036a8a4bfd79a52ef9fd7486;hp=b5842786471eaa806ce9b0e5b92f0029166e111f;hpb=02a989c26bf0c9aee229a4343897534e82f4efd1;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 */