X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fyaffsfs.h;h=6eb30efca65e38b1609b7c0d6e25dff76b49892d;hp=e9e40f96d5837aaa63721d1e94819e40bb6ee1cc;hb=37b3d62be56e614fdce1449dd9b88aead76f052d;hpb=81ea50c07a64dc33f1c0556fdbd836e50b143625 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