X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Fpython%2Fyaffs_python_helper.c;h=ad7e5cc93c230758d1359285c90347bd14ef7b0f;hb=757a553001be4016e9c5d8880648d3703f34b10e;hp=b7c6047d4281959c115c284916dfbbb13ccf56cf;hpb=41573908f821bcb40750e7c069ea8f5178f630e5;p=yaffs2.git 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);