yaffsfs.c: Fix NULL dereference in yaffs_unmount2_reldev()
[yaffs2.git] / direct / test-framework / unit_tests / 64_and_32_bit_time / shared / shared.h
1 #ifndef __SHARED_H__
2 #define __SHARED_H__
3
4 #define TEST_PASS 0
5 #define TEST_FAIL 1
6
7 #define YAFFS_MOUNT_POINT "/yflash2/"
8 #define FILE_PATH "/yflash2/foo.txt"
9
10 void setup_yaffs();
11 int shared_create();
12 int shared_validate_file();
13 #endif