yaffs Refactor yaffs1 and yaffs2 specific code. WIP
[yaffs2.git] / direct / python / yaffs_python_helper.c
index aa63d5e541d31af32701a542d7fcbdea59bf6012..425bcda1e83bfc1ab990839699361a4d367c4a59 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2007 Aleph One Ltd.
+ * Copyright (C) 2002-2010 Aleph One Ltd.
  *   for Toby Churchill Ltd and Brightstar Engineering
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
@@ -22,6 +22,7 @@
  */
  
 #include "yaffsfs.h"
+#include "yaffs_trace.h"
 
 int simulate_power_failure;
 int random_seed;
@@ -34,6 +35,7 @@ int yaffs_print_constants(void)
        printf( "O_RDWR.........%d\n",O_RDWR);
        printf( "O_TRUNC........%d\n",O_TRUNC);
 
+       printf( "sizeof(off_t)..%d\n",sizeof(off_t)); 
        return 0;
 }