FreeCalypso > hg > freecalypso-tools
annotate target-utils/libtiffs/globals.h @ 416:30f6d1c32c6f
doc/Flash-boot-defect article removed (no longer relevant)
This article is no longer relevant because the issue in question
only affected one (1) defective FCDEV3B board which was not
and never will be sold.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 26 Oct 2018 07:11:08 +0000 |
parents | 87cb03b35f77 |
children |
rev | line source |
---|---|
60
87cb03b35f77
target-utils: long-overdue s/mpffs/tiffs/ and s/MPFFS/TIFFS/ rename
Mychaela Falconia <falcon@freecalypso.org>
parents:
0
diff
changeset
|
1 /* global variables for the TIFFS reader code - extern declarations */ |
0
e7502631a0f9
initial import from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 |
60
87cb03b35f77
target-utils: long-overdue s/mpffs/tiffs/ and s/MPFFS/TIFFS/ rename
Mychaela Falconia <falcon@freecalypso.org>
parents:
0
diff
changeset
|
3 extern struct inode *tiffs_active_index; |
87cb03b35f77
target-utils: long-overdue s/mpffs/tiffs/ and s/MPFFS/TIFFS/ rename
Mychaela Falconia <falcon@freecalypso.org>
parents:
0
diff
changeset
|
4 extern int tiffs_root_ino; |
87cb03b35f77
target-utils: long-overdue s/mpffs/tiffs/ and s/MPFFS/TIFFS/ rename
Mychaela Falconia <falcon@freecalypso.org>
parents:
0
diff
changeset
|
5 extern int tiffs_init_done; |
0
e7502631a0f9
initial import from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
6 |
60
87cb03b35f77
target-utils: long-overdue s/mpffs/tiffs/ and s/MPFFS/TIFFS/ rename
Mychaela Falconia <falcon@freecalypso.org>
parents:
0
diff
changeset
|
7 extern const u32 tiffs_base_addr; |
87cb03b35f77
target-utils: long-overdue s/mpffs/tiffs/ and s/MPFFS/TIFFS/ rename
Mychaela Falconia <falcon@freecalypso.org>
parents:
0
diff
changeset
|
8 extern const u32 tiffs_sector_size; |
87cb03b35f77
target-utils: long-overdue s/mpffs/tiffs/ and s/MPFFS/TIFFS/ rename
Mychaela Falconia <falcon@freecalypso.org>
parents:
0
diff
changeset
|
9 extern const int tiffs_nsectors; |