comparison target-utils/libtiffs/globals.c @ 224:2900fe603f8a

beginning of MPFFS->TIFFS naming convention change
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 12 Jan 2014 07:59:00 +0000
parents target-utils/libmpffs/globals.c@02ece4d8c755
children
comparison
equal deleted inserted replaced
223:0848c7f419fd 224:2900fe603f8a
1 /* global variables for the MPFFS reader code */
2
3 #include "types.h"
4 #include "struct.h"
5
6 struct inode *mpffs_active_index;
7 int mpffs_root_ino;
8 int mpffs_init_done;