FreeCalypso > hg > freecalypso-tools
comparison target-utils/libtiffs/globals.c @ 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 */ | 1 /* global variables for the TIFFS reader code */ |
| 2 | 2 |
| 3 #include "types.h" | 3 #include "types.h" |
| 4 #include "struct.h" | 4 #include "struct.h" |
| 5 | 5 |
| 6 struct inode *mpffs_active_index; | 6 struct inode *tiffs_active_index; |
| 7 int mpffs_root_ino; | 7 int tiffs_root_ino; |
| 8 int mpffs_init_done; | 8 int tiffs_init_done; |
