X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fyaffsfs.h;h=e10fe84c075a44886cbfc58db0877a8148875a9a;hp=6ae5bc50a7d6d91164f2f083c234011efe0dc693;hb=319d4f76f0e10d1d6427120221237950e373d74b;hpb=de117c122a4328102305eb6dbe57ad22c1b1eba8 diff --git a/direct/yaffsfs.h b/direct/yaffsfs.h index 6ae5bc5..e10fe84 100644 --- a/direct/yaffsfs.h +++ b/direct/yaffsfs.h @@ -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);