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