X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fyaffsfs.h;fp=direct%2Fyaffsfs.h;h=50b5cbcd8eac356c859043a48bf76e45007e76d2;hp=d8a4d0f2df25b5e8afb59fd431a4f476d765e379;hb=5409719091c79983abc45bcc3070bce6786c8278;hpb=73c54aa8c1de3f61a4c211cd47431293a6092f18 diff --git a/direct/yaffsfs.h b/direct/yaffsfs.h index d8a4d0f..50b5cbc 100644 --- a/direct/yaffsfs.h +++ b/direct/yaffsfs.h @@ -178,7 +178,9 @@ int yaffs_get_error(void); 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); #endif