comparison target-utils/libmpffs/globals.c @ 100:02ece4d8c755

pirexplore: beginning of FFS support
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 01 Sep 2013 21:55:51 +0000
parents
children
comparison
equal deleted inserted replaced
99:b78db17bfc85 100:02ece4d8c755
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;