X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fyaffsfs.h;h=b96011f4f45b01f7536c28303988d7b7bcceb996;hp=8a6a8b85f0aadc3b530f4cc0a5b6cf3da412a15e;hb=1f3d64d1d804fef6715126dead54bf30b176c67e;hpb=bfde38bff96a421dcb73ffbb8b9b69f3f6500677 diff --git a/direct/yaffsfs.h b/direct/yaffsfs.h index 8a6a8b8..b96011f 100644 --- a/direct/yaffsfs.h +++ b/direct/yaffsfs.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . A NAND-flash specific file system. * - * Copyright (C) 2002-2011 Aleph One Ltd. - * for Toby Churchill Ltd and Brightstar Engineering + * Copyright (C) 2002-2018 Aleph One Ltd. * * Created by Charles Manning * @@ -95,6 +94,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) ;