yaffs Added more tests to direct/timothy_tests/quick_tests
[yaffs2.git] / direct / python / yaffs_python_helper.c
index d5a13d5d04113b948c99b0b631937d4443e96526..7c2c7e06dca623085597ca9f407a55d2ce3655ec 100644 (file)
  
 #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);
@@ -44,8 +47,6 @@ int yaffs_O_WRONLY(void) { return O_WRONLY;}
 int yaffs_O_RDWR(void) { return O_RDWR;}
 int yaffs_O_TRUNC(void) { return O_TRUNC;}
 
-int yaffs_set_trace(unsigned int tm) { return yaffs_trace_mask=tm; }
-int yaffs_get_trace(void) { return yaffs_trace_mask; }
 
 int yaffs_S_IFMT(void){return S_IFMT;}
 int yaffs_S_IFLNK(void){return S_IFLNK;}