view 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 source

/*
 * 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;