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=d5a13d5d04113b948c99b0b631937d4443e96526;hb=470ba34cc1d593fca7cd98bb9a385a100f7cb3ac;hpb=a34826e701dd381a293bb90b25a48d2bd58e8de8 diff --git a/direct/python/yaffs_python_helper.c b/direct/python/yaffs_python_helper.c index d5a13d5..ad7e5cc 100644 --- a/direct/python/yaffs_python_helper.c +++ b/direct/python/yaffs_python_helper.c @@ -22,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);