repo.or.cz
/
osmocom-bb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
treewide: remove FSF address
[osmocom-bb.git]
/
src
/
target
/
firmware
/
tiffs
/
globals.c
blob
ffbba42a08fd36255f010fea66b0516101d171ff
1
/* global variables for the TIFFS reader code */
2
3
#include <stdint.h>
4
#include
"globals.h"
5
6
uint32_t
tiffs_base_addr
;
7
uint32_t
tiffs_sector_size
;
8
unsigned
tiffs_nsectors
;
9
10
struct
tiffs_inode
*
tiffs_active_index
;
11
int
tiffs_root_ino
;
12
int
tiffs_init_done
;