Initialize the field eccbytes in nand_oobinfo.
[yaffs2.git] / yaffs_tagsvalidity.h
1
2 /*
3  * YAFFS: Yet another FFS. A NAND-flash specific file system. 
4  *
5  * Copyright (C) 2002 Aleph One Ltd.
6  *   for Toby Churchill Ltd and Brightstar Engineering
7  *
8  * Created by Charles Manning <charles@aleph1.co.uk>
9  *
10  * This program is free software; you can redistribute it and/or modify
11  * it under the terms of the GNU General Public License version 2 as
12  * published by the Free Software Foundation.
13  *
14  * $Id: yaffs_tagsvalidity.h,v 1.1 2005-04-29 18:09:16 charles Exp $
15  */
16 //yaffs_tagsvalidity.h
17
18
19 #ifndef __YAFFS_TAGS_VALIDITY_H__
20 #define __YAFFS_TAGS_VALIDITY_H__
21
22 #include "yaffs_guts.h"
23
24 void yaffs_InitialiseTags(yaffs_ExtendedTags *tags);
25 int yaffs_ValidateTags(yaffs_ExtendedTags *tags);
26 #endif
27