Move kfile interface to the io/ directory.
[bertos.git] / bertos / struct / kfile_fifo.h
index b5842786471eaa806ce9b0e5b92f0029166e111f..ebf23960a1aa6c86114057391a91ca486bd30432 100644 (file)
@@ -64,7 +64,7 @@
 #define STRUCT_KFILE_FIFO
 
 #include "fifobuf.h"
-#include <kern/kfile.h>
+#include <io/kfile.h>
 
 typedef struct KFileFifo
 {
@@ -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 */