comparison ffstools/tiffs-rd/globals.h @ 231:5ceacdbd4490

tiffs IVA: finds the root inode
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 26 Jan 2014 08:11:42 +0000
parents
children 254de9560ef3
comparison
equal deleted inserted replaced
230:ffaa033e7643 231:5ceacdbd4490
1 /*
2 * extern declarations of global variables
3 */
4
5 extern char *imgfile;
6 extern u32 eraseblk_size;
7 extern int total_blocks;
8 extern u32 total_ffs_size;
9 extern int index_blk_num, root_inode;
10 extern int inode_limit;
11 extern int verbose;
12
13 extern u8 *image, *inode_block;
14 extern struct inode_info **inode_info;