comparison ffstools/tiffs-rd/globals.c @ 0:e7502631a0f9

initial import from freecalypso-sw rev 1033:5ab737ac3ad7
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 11 Jun 2016 00:13:35 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:e7502631a0f9
1 /*
2 * Definitions of global variables for the tiffs IVA program.
3 */
4
5 #include <sys/types.h>
6 #include "types.h"
7 #include "struct.h"
8
9 char *imgfile;
10 off_t imgfile_offset;
11 u32 eraseblk_size;
12 int total_blocks;
13 u32 total_ffs_size;
14 int index_blk_num = -1, root_inode;
15 int inode_limit;
16 int verbose, verbose2;
17 int old_16bit_location;
18
19 u8 *image, *inode_block;
20 struct inode_info **inode_info;