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.2 2005/08/11 02:33:03 marty Exp $
15 */
16//yaffs_tagsvalidity.h
17
18#ifndef __YAFFS_TAGS_VALIDITY_H__
19#define __YAFFS_TAGS_VALIDITY_H__
20
21#include "yaffs_guts.h"
22
23void yaffs_InitialiseTags(yaffs_ExtendedTags * tags);
24int yaffs_ValidateTags(yaffs_ExtendedTags * tags);
25#endif
26