aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.h
diff options
context:
space:
mode:
authorroot <root@lamia.panaceas.james.local>2015-09-01 00:41:49 +0100
committerroot <root@lamia.panaceas.james.local>2015-09-01 00:41:49 +0100
commit475922ce345bb0443cf4fdef00efa86676a1bf62 (patch)
tree89e3eb13232da02bddfeffaff8588765c403b71f /manifest.h
downloadnrfdfu-475922ce345bb0443cf4fdef00efa86676a1bf62.tar.gz
nrfdfu-475922ce345bb0443cf4fdef00efa86676a1bf62.tar.bz2
nrfdfu-475922ce345bb0443cf4fdef00efa86676a1bf62.zip
fish
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;
+};
+