X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fpython%2Fyaffs_python_helper.c;h=e473bb3295c09ec12802b7f8098e80c62de9aed6;hp=ad7e5cc93c230758d1359285c90347bd14ef7b0f;hb=6648cbf52d6695755941ff8607fd7a0cda542e05;hpb=470ba34cc1d593fca7cd98bb9a385a100f7cb3ac diff --git a/direct/python/yaffs_python_helper.c b/direct/python/yaffs_python_helper.c index ad7e5cc..e473bb3 100644 --- a/direct/python/yaffs_python_helper.c +++ b/direct/python/yaffs_python_helper.c @@ -1,7 +1,7 @@ /* * YAFFS: Yet Another Flash File System. A NAND-flash specific file system. * - * Copyright (C) 2002-2010 Aleph One Ltd. + * Copyright (C) 2002-2011 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Charles Manning @@ -22,7 +22,6 @@ #include "yaffsfs.h" #include "yaffs_trace.h" -#include "yaffs_error_converter.h" int simulate_power_failure; int random_seed; @@ -47,8 +46,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;}