comparison ffstools/tiffs-rd/globals.c @ 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
5 #include <sys/types.h> 5 #include <sys/types.h>
6 #include "types.h" 6 #include "types.h"
7 #include "struct.h" 7 #include "struct.h"
8 8
9 char *imgfile; 9 char *imgfile;
10 off_t imgfile_offset;
10 u32 eraseblk_size; 11 u32 eraseblk_size;
11 int total_blocks; 12 int total_blocks;
12 u32 total_ffs_size; 13 u32 total_ffs_size;
13 int index_blk_num = -1, root_inode; 14 int index_blk_num = -1, root_inode;
14 int inode_limit; 15 int inode_limit;