Mercurial > yaffs-ecoscentric-gpl
annotate yaffs_tagsvalidity.h @ 394:bedc7047de18
Add more test scripts to automate running tests.
| author | Charles Manning <cdhmanning@gmail.com> |
|---|---|
| date | Thu, 25 Mar 2010 13:48:41 +1300 |
| parents | c0dfae9e8073 |
| children | b5309c9b6d7f |
| rev | line source |
|---|---|
| 16 | 1 /* |
|
198
b7f785925166
Cleanup patch - Remove all trailing whitespace and fix a few typos.
wookey <wookey>
parents:
168
diff
changeset
|
2 * YAFFS: Yet another Flash File System . A NAND-flash specific file system. |
| 16 | 3 * |
| 168 | 4 * Copyright (C) 2002-2007 Aleph One Ltd. |
| 16 | 5 * for Toby Churchill Ltd and Brightstar Engineering |
| 6 * | |
| 7 * Created by Charles Manning <charles@aleph1.co.uk> | |
| 8 * | |
| 9 * This program is free software; you can redistribute it and/or modify | |
| 168 | 10 * it under the terms of the GNU Lesser General Public License version 2.1 as |
| 16 | 11 * published by the Free Software Foundation. |
| 12 * | |
| 168 | 13 * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL. |
| 16 | 14 */ |
| 168 | 15 |
| 16 | 16 |
| 17 #ifndef __YAFFS_TAGS_VALIDITY_H__ | |
| 18 #define __YAFFS_TAGS_VALIDITY_H__ | |
| 19 | |
| 20 #include "yaffs_guts.h" | |
| 21 | |
|
271
c0dfae9e8073
Major whitespace/style changes to match Linux checkpatch.pl code style
wookey <wookey>
parents:
198
diff
changeset
|
22 void yaffs_InitialiseTags(yaffs_ExtendedTags *tags); |
|
c0dfae9e8073
Major whitespace/style changes to match Linux checkpatch.pl code style
wookey <wookey>
parents:
198
diff
changeset
|
23 int yaffs_ValidateTags(yaffs_ExtendedTags *tags); |
| 16 | 24 #endif |
