X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fyaffsfs.h;h=c05e02a6c2cf6603a7902c6e0f0e81dcb4d308bb;hp=fe4eff5304fe84ce9fe2642116f1a1f110897ed0;hb=92ee023b9d7144e178a050eff898aaae4415096b;hpb=e8cfe05cf0d057f6978c37943e51b17bb14664e3 diff --git a/direct/yaffsfs.h b/direct/yaffsfs.h index fe4eff5..c05e02a 100644 --- a/direct/yaffsfs.h +++ b/direct/yaffsfs.h @@ -39,7 +39,7 @@ #ifdef CONFIG_YAFFSFS_PROVIDE_VALUES #ifndef O_RDONLY -#define O_RDONLY 00 +#define O_RDONLY 00 #endif #ifndef O_WRONLY @@ -240,6 +240,13 @@ int yaffs_stat(const YCHAR *path, struct yaffs_stat *buf) ; int yaffs_lstat(const YCHAR *path, struct yaffs_stat *buf) ; int yaffs_fstat(int fd, struct yaffs_stat *buf) ; +#ifdef CONFIG_YAFFS_WINCE + +int yaffs_set_wince_times(int fd, const unsigned *wctime, const unsigned *watime, const unsigned *wmtime); +int yaffs_get_wince_times(int fd, unsigned *wctime, unsigned *watime, unsigned *wmtime); + +#endif + int yaffs_chmod(const YCHAR *path, mode_t mode); int yaffs_fchmod(int fd, mode_t mode); @@ -265,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);