Mercurial > yaffs-ecoscentric
view yaffs_tagsvalidity.h @ 165:a554f00d0875
Fix offset problem in checkpt code
| author | charles |
|---|---|
| date | Sat, 11 Nov 2006 23:27:04 +0000 |
| parents | 3eaa6f96e945 |
| children | 7d11ae6795e4 |
line wrap: on
line source
/* * YAFFS: Yet another FFS. A NAND-flash specific file system. * * Copyright (C) 2002 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Charles Manning <charles@aleph1.co.uk> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * $Id$ */ //yaffs_tagsvalidity.h #ifndef __YAFFS_TAGS_VALIDITY_H__ #define __YAFFS_TAGS_VALIDITY_H__ #include "yaffs_guts.h" void yaffs_InitialiseTags(yaffs_ExtendedTags * tags); int yaffs_ValidateTags(yaffs_ExtendedTags * tags); #endif
