FreeCalypso > hg > freecalypso-tools
annotate target-utils/libtiffs/globals.c @ 678:f2a023c20653
doc/Loadtools-performance: removed the section about SREC programming
With our current fc-loadtool there is no difference in performance between
different flash programming commands, and the explanation of binary vs.
S-record issues has been moved to the new Binary-file-formats and
Flash-programming articles.
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sun, 08 Mar 2020 22:56:31 +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 */ |
|
0
e7502631a0f9
initial import from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 |
|
e7502631a0f9
initial import from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3 #include "types.h" |
|
e7502631a0f9
initial import from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 #include "struct.h" |
|
e7502631a0f9
initial import from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
5 |
|
60
87cb03b35f77
target-utils: long-overdue s/mpffs/tiffs/ and s/MPFFS/TIFFS/ rename
Mychaela Falconia <falcon@freecalypso.org>
parents:
0
diff
changeset
|
6 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
|
7 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
|
8 int tiffs_init_done; |
