aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-10-24 09:58:14 +0300
committerShlomo Hecht <shlomo@twine-s.com>2018-10-24 09:58:14 +0300
commit63fec02910da55db999402121559e20d9bc2ab56 (patch)
treedecc3dacd47b42a6fdf3efaa9aceb544e388ed0e /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h
parent8e9c53625339326ef5477c4a9222ffbbf01b5d50 (diff)
parent0f2a4cf2802adc0dc177656dc1f27967bb436a9f (diff)
downloadTango-63fec02910da55db999402121559e20d9bc2ab56.tar.gz
Tango-63fec02910da55db999402121559e20d9bc2ab56.zip
merge
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h')
-rw-r--r--Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h
new file mode 100644
index 000000000..4a76a0aad
--- /dev/null
+++ b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h
@@ -0,0 +1,23 @@
+/*
+ * FileSystem.h
+ *
+ * Created on: Oct 23, 2018
+ * Author: shlomo
+ */
+
+#ifndef COMMON_SWUPDATE_FILESYSTEM_H_
+#define COMMON_SWUPDATE_FILESYSTEM_H_
+
+uint32_t FileUploadRequestFunc(MessageContainer* requestContainer);
+uint32_t FileChunkUploadRequestFunc(MessageContainer* requestContainer);
+uint32_t ExecuteProcessRequestFunc(MessageContainer* requestContainer);
+uint32_t KillProcessRequestFunc(MessageContainer* requestContainer);
+uint32_t CreateRequestFunc(MessageContainer* requestContainer);
+uint32_t DeleteRequestFunc(MessageContainer* requestContainer);
+uint32_t GetStorageInfoRequestFunc(MessageContainer* requestContainer);
+uint32_t GetFilesRequestFunc(MessageContainer* requestContainer);
+
+
+
+
+#endif /* COMMON_SWUPDATE_FILESYSTEM_H_ */