summaryrefslogtreecommitdiffstats
path: root/apps/osmocomBB/osmocomBB/include/manifest.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/osmocomBB/osmocomBB/include/manifest.h')
-rw-r--r--apps/osmocomBB/osmocomBB/include/manifest.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/osmocomBB/osmocomBB/include/manifest.h b/apps/osmocomBB/osmocomBB/include/manifest.h
new file mode 100644
index 0000000000..6c1b202621
--- /dev/null
+++ b/apps/osmocomBB/osmocomBB/include/manifest.h
@@ -0,0 +1,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 */