X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fbasic-test%2Fyaffs_m18_drv.h;fp=direct%2Fbasic-test%2Fyaffs_m18_drv.h;h=0000000000000000000000000000000000000000;hp=7befb1a5fcd94ebf5755b1da563999ee22a9c2f4;hb=c08faae4258b29a794ad55ca160c5a247145c838;hpb=87b33ecd1898c99b9aa2b0abcbb3e6002d6b3532 diff --git a/direct/basic-test/yaffs_m18_drv.h b/direct/basic-test/yaffs_m18_drv.h deleted file mode 100644 index 7befb1a..0000000 --- a/direct/basic-test/yaffs_m18_drv.h +++ /dev/null @@ -1,25 +0,0 @@ -/* - * YAFFS: Yet another Flash File System . A NAND-flash specific file system. - * - * Copyright (C) 2002-2011 Aleph One Ltd. - * for Toby Churchill Ltd and Brightstar Engineering - * - * Created by Charles 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 __YAFFS_M18_DRV_H__ -#define __YAFFS_M18_DRV_H__ - -struct yaffs_dev; -struct yaffs_dev *yaffs_m18_install_drv(const char *name); - -#endif - -