summaryrefslogtreecommitdiff
path: root/controller/fw/src/mspdebug_wrapper.h
diff options
context:
space:
mode:
authorjaseg <git-bigdata-wsl-arch@jaseg.de>2020-02-27 16:02:41 +0100
committerjaseg <git-bigdata-wsl-arch@jaseg.de>2020-02-27 16:02:41 +0100
commitf6061fe574166b7d23b208f047e8789081877c57 (patch)
tree78ce2e5e6dc28736c66d4412ef3f2dc46036e3ab /controller/fw/src/mspdebug_wrapper.h
parent43ff9fdac05c0ceb696685f683bba077bd2c8da2 (diff)
downloadmaster-thesis-f6061fe574166b7d23b208f047e8789081877c57.tar.gz
master-thesis-f6061fe574166b7d23b208f047e8789081877c57.tar.bz2
master-thesis-f6061fe574166b7d23b208f047e8789081877c57.zip
Add missing files
Diffstat (limited to 'controller/fw/src/mspdebug_wrapper.h')
-rw-r--r--controller/fw/src/mspdebug_wrapper.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/controller/fw/src/mspdebug_wrapper.h b/controller/fw/src/mspdebug_wrapper.h
new file mode 100644
index 0000000..245d9fb
--- /dev/null
+++ b/controller/fw/src/mspdebug_wrapper.h
@@ -0,0 +1,6 @@
+#ifndef __MSPDEBUG_WRAPPER_H__
+#define __MSPDEBUG_WRAPPER_H__
+
+int flash_and_reset(size_t img_start, size_t img_len, ssize_t (*read_block)(int addr, size_t len, uint8_t *out));
+
+#endif /* __MSPDEBUG_WRAPPER_H__ */