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
/
include
/
manifest.h
blob
6c1b20262138ed8d3a93c4396a5d6e4ef4e533b9
1
2
#ifndef _MANIFEST_H
3
#define _MANIFEST_H
4
5
extern
const char
*
manifest_application
;
6
extern
const char
*
manifest_revision
;
7
extern
const char
*
manifest_board
;
8
extern
const char
*
manifest_environment
;
9
10
#endif
/* !_MANIFEST_H */