view ffstools/tiffs-rd/globals.c @ 235:e17bb8818318

tiffs ls: show read-only file flag
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 26 Jan 2014 18:17:03 +0000
parents 024042383a26
children 254de9560ef3
line wrap: on
line source

/*
 * Definitions of global variables for the tiffs IVA program.
 */

#include <sys/types.h>
#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;