yaffs More tests added to direct/timothy_tests/quick_tests
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_access.c
index a88664f0ecafb6aea9bc6ab7bd501a8309be3e09..da4f23e06f324a6e933114df4f68126bf753d085 100644 (file)
@@ -1,9 +1,24 @@
+/*
+ * YAFFS: Yet another FFS. A NAND-flash specific file system.
+ *
+ * Copyright (C) 2002-2010 Aleph One Ltd.
+ *   for Toby Churchill Ltd and Brightstar Engineering
+ *
+ * Created by Timothy Manning <timothy@yaffs.net>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
 #include "test_yaffs_access.h"
 
-int test_yaffs_access(void){
+int test_yaffs_access(void)
+{
                return yaffs_access(FILE_PATH,0);
 }
 
-int test_yaffs_access_clean(void){
+int test_yaffs_access_clean(void)
+{
        return 1;
 }