missing

Change-Id: I836d8c28c9efce034032fa3bd2e0e15cac1ad23f
diff --git a/bmlutils/bmlutils.c b/bmlutils/bmlutils.c
new file mode 100644
index 0000000..b870a58
--- /dev/null
+++ b/bmlutils/bmlutils.c
@@ -0,0 +1,4 @@
+int write_raw_image(const char* partition, const char* filename) {
+    // flash using redbend_ua here
+    return 0;
+}
\ No newline at end of file