Further extensions for VxWorks wrapper
[yaffs2.git] / direct / yaffsfs.h
index 8a6a8b85f0aadc3b530f4cc0a5b6cf3da412a15e..3e0ddd0b3eb18325ba61ca801d972f8194bde9d5 100644 (file)
@@ -95,6 +95,8 @@ int yaffs_access(const YCHAR *path, int amode);
 
 int yaffs_dup(int fd);
 
+int yaffs_fgetfl(int fd, int *flags);
+
 int yaffs_read(int fd, void *buf, unsigned int nbyte) ;
 int yaffs_write(int fd, const void *buf, unsigned int nbyte) ;