X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_mount_yaffs.h;h=89beda72bb32f1284cdebd6a4b3e3caac32c04e7;hb=81ea50c07a64dc33f1c0556fdbd836e50b143625;hp=e92247486438c4e12ed0d6196a272a0ca1ff5be1;hpb=10fffbf6cc8a96cb9b3b9164c668202010e37faa;p=yaffs2.git diff --git a/direct/timothy_tests/quick_tests/test_mount_yaffs.h b/direct/timothy_tests/quick_tests/test_mount_yaffs.h index e922474..89beda7 100644 --- a/direct/timothy_tests/quick_tests/test_mount_yaffs.h +++ b/direct/timothy_tests/quick_tests/test_mount_yaffs.h @@ -1,7 +1,24 @@ +/* + * YAFFS: Yet another Flash File System . A NAND-flash specific file system. + * + * Copyright (C) 2002-2010 Aleph One Ltd. + * for Toby Churchill Ltd and Brightstar Engineering + * + * Created by Timothy Manning + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License version 2.1 as + * published by the Free Software Foundation. + * + * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL. + */ + #ifndef __mount_yaffs_test__ #define __mount_yaffs_test__ -#define YAFFS_MOUNT_POINT "/yaffs2/" +#include "yaffsfs.h" +#include "lib.h" + int mount_yaffs_test(void); -void mount_yaffs_test_clean(void); +int mount_yaffs_test_clean(void); #endif