comparison ffstools/tiffs-rd/globals.h @ 243:43642cf7c98c

tiffs: added global option for offset of FFS within the file (new -o)
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 27 Jan 2014 03:46:11 +0000
parents 254de9560ef3
children 09b8b2327838
comparison
equal deleted inserted replaced
242:924a80747176 243:43642cf7c98c
1 /* 1 /*
2 * extern declarations of global variables 2 * extern declarations of global variables
3 */ 3 */
4 4
5 extern char *imgfile; 5 extern char *imgfile;
6 extern off_t imgfile_offset;
6 extern u32 eraseblk_size; 7 extern u32 eraseblk_size;
7 extern int total_blocks; 8 extern int total_blocks;
8 extern u32 total_ffs_size; 9 extern u32 total_ffs_size;
9 extern int index_blk_num, root_inode; 10 extern int index_blk_num, root_inode;
10 extern int inode_limit; 11 extern int inode_limit;