FreeCalypso > hg > freecalypso-sw
diff ffstools/tiffs-rd/globals.c @ 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 | 024042383a26 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ffstools/tiffs-rd/globals.c Sun Jan 26 08:11:42 2014 +0000 @@ -0,0 +1,17 @@ +/* + * Definitions of global variables for the tiffs IVA program. + */ + +#include "types.h" +#include "struct.h" + +char *imgfile; +u32 eraseblk_size; +int total_blocks; +u32 total_ffs_size; +int index_blk_num = -1, root_inode; +int inode_limit; +int verbose; + +u8 *image, *inode_block; +struct inode_info **inode_info;