mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-16 21:28:33 +03:00
11 lines
224 B
C
11 lines
224 B
C
|
|
#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 */
|