comparison target-utils/libtiffs/globals.h @ 60:87cb03b35f77

target-utils: long-overdue s/mpffs/tiffs/ and s/MPFFS/TIFFS/ rename
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 26 Oct 2016 15:52:14 +0000
parents e7502631a0f9
children
comparison
equal deleted inserted replaced
59:819335e06fd1 60:87cb03b35f77
1 /* global variables for the MPFFS reader code - extern declarations */ 1 /* global variables for the TIFFS reader code - extern declarations */
2 2
3 extern struct inode *mpffs_active_index; 3 extern struct inode *tiffs_active_index;
4 extern int mpffs_root_ino; 4 extern int tiffs_root_ino;
5 extern int mpffs_init_done; 5 extern int tiffs_init_done;
6 6
7 extern const u32 mpffs_base_addr; 7 extern const u32 tiffs_base_addr;
8 extern const u32 mpffs_sector_size; 8 extern const u32 tiffs_sector_size;
9 extern const int mpffs_nsectors; 9 extern const int tiffs_nsectors;