aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.h
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.h')
-rw-r--r--manifest.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifest.h b/manifest.h
new file mode 100644
index 0000000..5588535
--- /dev/null
+++ b/manifest.h
@@ -0,0 +1,7 @@
+struct manifest {
+ const char *type;
+ const char *dat_file;
+ const char *bin_file;
+ const char *dfu_version;
+};
+