Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / kern / kfile.h
index 52f7991c88b75bf5112c65a0c26cdf2499ef70e2..dc8a30413219a5cdcd993e81e5e5da507cd1d0b3 100644 (file)
@@ -96,7 +96,7 @@
 struct KFile;
 
 typedef int32_t kfile_off_t;    ///< KFile offset type, used by kfile_seek function.
-typedef int32_t kfile_size_t;   ///< KFile size type, used in kfile struct.
+typedef uint32_t kfile_size_t;   ///< KFile size type, used in kfile struct.
 
 /**
  * Costants for repositioning read/write file offset.