X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fbasic-test%2Fyaffsnewcfg.c;h=60dcf022de6d682c0a242501ad46566896615c3a;hp=fa993421caa4f8529c5f5d811b0092bab4f01193;hb=250248634f57704c06d3ae5050febb33ad5c67d8;hpb=0035e396dc2b872289b8e6320ced59e2eea81962 diff --git a/direct/basic-test/yaffsnewcfg.c b/direct/basic-test/yaffsnewcfg.c index fa99342..60dcf02 100644 --- a/direct/basic-test/yaffsnewcfg.c +++ b/direct/basic-test/yaffsnewcfg.c @@ -23,7 +23,7 @@ #include "yaffs_trace.h" #include "yramsim.h" -unsigned yaffs_traceMask = +unsigned yaffs_trace_mask = YAFFS_TRACE_SCAN | YAFFS_TRACE_GC | @@ -59,7 +59,7 @@ void yaffsfs_Unlock(void) { } -__u32 yaffsfs_CurrentTime(void) +u32 yaffsfs_CurrentTime(void) { return 0; } @@ -96,7 +96,7 @@ void yaffsfs_LocalInitialisation(void) // Configuration -int yaffs_StartUp(void) +int yaffs_start_up(void) { // Stuff to configure YAFFS // Stuff to initialise anything special (eg lock semaphore).