summaryrefslogtreecommitdiffstats
path: root/Src/osmocombb/src/target/firmware/include/manifest.h
blob: 6c1b20262138ed8d3a93c4396a5d6e4ef4e533b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10

#ifndef _MANIFEST_H
#define _MANIFEST_H

extern const char *manifest_application;
extern const char *manifest_revision;
extern const char *manifest_board;
extern const char *manifest_environment;

#endif /* !_MANIFEST_H */