X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fyaffsfs.h;h=c05e02a6c2cf6603a7902c6e0f0e81dcb4d308bb;hp=1c0d316a4fafaf598f793a8aba0b55f1b9c3dfd0;hb=92ee023b9d7144e178a050eff898aaae4415096b;hpb=40c386c7a14ebfa8afc14562f3b33a416831b26d diff --git a/direct/yaffsfs.h b/direct/yaffsfs.h index 1c0d316..c05e02a 100644 --- a/direct/yaffsfs.h +++ b/direct/yaffsfs.h @@ -272,6 +272,9 @@ int yaffs_mknod(const YCHAR *pathname, mode_t mode, dev_t dev); loff_t yaffs_freespace(const YCHAR *path); loff_t yaffs_totalspace(const YCHAR *path); +int yaffs_inodecount(const YCHAR *path); + + void yaffs_initialise(yaffsfs_DeviceConfiguration *configList); int yaffs_StartUp(void);