Some yaffsfs cleanups for WinCE
[yaffs2.git] / direct / yaffsfs.h
index 6ae5bc50a7d6d91164f2f083c234011efe0dc693..e10fe84c075a44886cbfc58db0877a8148875a9a 100644 (file)
@@ -255,6 +255,8 @@ int yaffs_link_reldev(struct yaffs_dev *dev,
                        const YCHAR *oldpath, const YCHAR *linkpath);
 int yaffs_mknod_reldev(struct yaffs_dev *dev, const YCHAR *pathname,
                     mode_t mode, dev_t dev_val);
+Y_LOFF_T yaffs_freespace_reldev(struct yaffs_dev *dev);
+Y_LOFF_T yaffs_totalspace_reldev(struct yaffs_dev *dev);
 
 /* Some non-standard functions to use fds to access directories */
 struct yaffs_dirent *yaffs_readdir_fd(int fd);