yaffs large file support: Fix max file size issue that prevented the scanning working.
[yaffs2.git] / yaffs_guts.h
index 72e86a8479d6f089fc0c695297ad8837b29b63b9..6e48d1361bfa5742955c669af5bed27bd8d983f8 100644 (file)
@@ -960,5 +960,7 @@ void yaffs_addr_to_chunk(struct yaffs_dev *dev, loff_t addr,
  */
 void yaffs_oh_size_load(struct yaffs_obj_hdr *oh, loff_t fsize);
 loff_t yaffs_oh_to_size(struct yaffs_obj_hdr *oh);
+loff_t yaffs_max_file_size(struct yaffs_dev *dev);
+
 
 #endif