X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Flinux_tests%2Flinux_test.h;fp=direct%2Ftimothy_tests%2Flinux_tests%2Flinux_test.h;h=0000000000000000000000000000000000000000;hp=97a634805e25cb354259da8edd0b7f9414f39d38;hb=e5daa72b0083831ab762a650860687fe7d25d6b3;hpb=a78bce6f4a7042fa153ab32d2bb263ecf7d27b66;ds=sidebyside diff --git a/direct/timothy_tests/linux_tests/linux_test.h b/direct/timothy_tests/linux_tests/linux_test.h deleted file mode 100644 index 97a6348..0000000 --- a/direct/timothy_tests/linux_tests/linux_test.h +++ /dev/null @@ -1,44 +0,0 @@ -/* - * 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 __linux_test_h__ -#define __linux_test_h__ -#include -#include -#include -#include -#include -#include -#include -#include "lib.h" -#include -#include -#include - -typedef struct dir_struct_temp{ - node *path_list; - int number_of_items; -}dir_struct; - -int check_dir(dir_struct *old_dir); -dir_struct * scan_dir(void); -int link_test(void); -int symlink_test(void); -int mknod_test(void); -int mkdir_test(void); -int rename_test(void); -int rmdir_test(void); -int remount_test(void); -#endif