FreeCalypso > hg > freecalypso-tools
comparison ffstools/tiffs-rd/globals.h @ 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 * extern declarations of global variables | |
3 */ | |
4 | |
5 extern char *imgfile; | |
6 extern off_t imgfile_offset; | |
7 extern u32 eraseblk_size; | |
8 extern int total_blocks; | |
9 extern u32 total_ffs_size; | |
10 extern int index_blk_num, root_inode; | |
11 extern int inode_limit; | |
12 extern int verbose, verbose2; | |
13 extern int old_16bit_location; | |
14 | |
15 extern u8 *image, *inode_block; | |
16 extern struct inode_info **inode_info; |