X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Fpython%2Fyaffs_swig_helper.c;fp=direct%2Fpython%2Fyaffs_swig_helper.c;h=0000000000000000000000000000000000000000;hb=a6f6a1bb6ff2b876047173be7cec28a1e1faaaa4;hp=c803a5576338c95b12abbe82f2e176377a9884a1;hpb=7282db97a2cb76223c8181c5a8476da9fc2f1a6e;p=yaffs2.git diff --git a/direct/python/yaffs_swig_helper.c b/direct/python/yaffs_swig_helper.c deleted file mode 100644 index c803a55..0000000 --- a/direct/python/yaffs_swig_helper.c +++ /dev/null @@ -1,23 +0,0 @@ -/* - * These are some dangly bits that need to be built to wrap up the rest of the yaffs test harness - * in SWIG. - * - * This is also the place where extra debugging stuff might end up. - * - */ - -#include "yaffsfs.h" - -int simulate_power_failure; -int random_seed; - -int yaffs_print_constants(void) -{ - printf( "O_CREAT........%d\n",O_CREAT); - printf( "O_RDONLY.......%d\n",O_RDONLY); - printf( "O_WRONLY.......%d\n",O_WRONLY); - printf( "O_RDWR.........%d\n",O_RDWR); - printf( "O_TRUNC........%d\n",O_TRUNC); - - return 0; -}