X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fyaffsfs.h;h=6eb30efca65e38b1609b7c0d6e25dff76b49892d;hp=d8a4d0f2df25b5e8afb59fd431a4f476d765e379;hb=37b3d62be56e614fdce1449dd9b88aead76f052d;hpb=976dbeae825b18e6759f3903073a6784248cc244 diff --git a/direct/yaffsfs.h b/direct/yaffsfs.h index d8a4d0f..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 */ @@ -171,6 +173,7 @@ void yaffs_add_device(struct yaffs_dev *dev); int yaffs_start_up(void); int yaffsfs_GetLastError(void); +int yaffs_set_error(int error); /* Function to get the last error */ int yaffs_get_error(void); @@ -178,7 +181,9 @@ int yaffs_get_error(void); void * yaffs_getdev(const YCHAR *path); int yaffs_dump_dev(const YCHAR *path); - +/* Trace control functions */ +unsigned yaffs_set_trace(unsigned tm); +unsigned yaffs_get_trace(void); #endif