X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Fyaffsfs.h;h=6eb30efca65e38b1609b7c0d6e25dff76b49892d;hb=ddc0558522ec4a25d3f12f1d0d83c81a6bb7996a;hp=e9e40f96d5837aaa63721d1e94819e40bb6ee1cc;hpb=c8162be4e0ca3a682b895ce29ce1c139f6fed36e;p=yaffs2.git diff --git a/direct/yaffsfs.h b/direct/yaffsfs.h index e9e40f9..6eb30ef 100644 --- a/direct/yaffsfs.h +++ b/direct/yaffsfs.h @@ -35,6 +35,8 @@ #define NAME_MAX 256 #endif +#define YAFFS_MAX_FILE_SIZE (0x7FFFFFFF) + struct yaffs_dirent{ long d_ino; /* inode number */ @@ -180,8 +182,8 @@ void * yaffs_getdev(const YCHAR *path); int yaffs_dump_dev(const YCHAR *path); /* Trace control functions */ -int yaffs_set_trace(unsigned int tm); -unsigned int yaffs_get_trace(void); +unsigned yaffs_set_trace(unsigned tm); +unsigned yaffs_get_trace(void); #endif