treewide: remove FSF address
[osmocom-bb.git] / src / target / firmware / tiffs / globals.c
blobffbba42a08fd36255f010fea66b0516101d171ff
1 /* global variables for the TIFFS reader code */
3 #include <stdint.h>
4 #include "globals.h"
6 uint32_t tiffs_base_addr;
7 uint32_t tiffs_sector_size;
8 unsigned tiffs_nsectors;
10 struct tiffs_inode *tiffs_active_index;
11 int tiffs_root_ino;
12 int tiffs_init_done;