Update in order to use the new KBlock API.
[bertos.git] / bertos / fs / fat.h
index 3e7dc787a1a8da95b1d4ee127640ab4fde373947..7d03252b87ab80c533647803fe2ef3d0e016d783 100644 (file)
@@ -35,7 +35,6 @@
  * This driver needs some low level hardware access functions. An example implementation
  * is provided in sd.h.
  *
- * \version $Id$
  *
  * \author Luca Ottaviano <lottaviano@develer.com>
  *
@@ -48,7 +47,7 @@
 #ifndef FS_FAT_H
 #define FS_FAT_H
 
-#include <kern/kfile.h>
+#include <io/kfile.h>
 #include "fatfs/ff.h"
 
 typedef struct FatFile