X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fpython%2Fyaffs_python_helper.c;h=ad7e5cc93c230758d1359285c90347bd14ef7b0f;hp=b7c6047d4281959c115c284916dfbbb13ccf56cf;hb=470ba34cc1d593fca7cd98bb9a385a100f7cb3ac;hpb=7396445d7d0d13469b9505791114b9dc6b76ffe4 diff --git a/direct/python/yaffs_python_helper.c b/direct/python/yaffs_python_helper.c index b7c6047..ad7e5cc 100644 --- a/direct/python/yaffs_python_helper.c +++ b/direct/python/yaffs_python_helper.c @@ -1,4 +1,3 @@ - /* * YAFFS: Yet Another Flash File System. A NAND-flash specific file system. * @@ -23,10 +22,13 @@ #include "yaffsfs.h" #include "yaffs_trace.h" +#include "yaffs_error_converter.h" int simulate_power_failure; int random_seed; +const char * yaffs_error_to_str(int err); /*this is not part of yaffs. it is a specialy built file for converting error codes to text*/ + int yaffs_print_constants(void) { printf( "O_CREAT........%d\n",O_CREAT);