comparison target-utils/libmpffs/globals.h @ 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 - extern declarations */
2
3 extern struct inode *mpffs_active_index;
4 extern int mpffs_root_ino;
5 extern int mpffs_init_done;
6
7 extern const u32 mpffs_base_addr;
8 extern const u32 mpffs_sector_size;
9 extern const int mpffs_nsectors;