X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fbasic-test%2Fyaffs_fileem2k.h;h=e447987995fbb9207749d8214d27e68bf96ee096;hp=e2e8dc38027a8a95a5ca6d6ca3621e5a12454ffd;hb=5587d9d89d5fb9c31fd723e85949f85da70ef3a9;hpb=9c99932eb16ba64c6d3ba69145fe8c5d5b04274d diff --git a/direct/basic-test/yaffs_fileem2k.h b/direct/basic-test/yaffs_fileem2k.h index e2e8dc3..e447987 100644 --- a/direct/basic-test/yaffs_fileem2k.h +++ b/direct/basic-test/yaffs_fileem2k.h @@ -1,5 +1,5 @@ /* - * YAFFS: Yet another Flash File System . A NAND-flash specific file system. + * 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 @@ -44,8 +44,10 @@ #endif +struct yaffs_dev; + +void yflash2_install_drv(struct yaffs_dev *dev); -int yflash2_GetNumberOfBlocks(void); #endif