Move kfile interface to the io/ directory.
[bertos.git] / bertos / struct / kfile_fifo.h
index 78c1f46d3740deff0b99aae1e67d6bfc810269ec..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
 {