aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-10-24 17:30:46 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-10-24 17:30:46 +0300
commit8f9ec85dd0c2cc8465436a77f54cc7fa08f8f9e6 (patch)
tree7278869ce812d0077c2ec298ac58f9e099fc3758 /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h
parent750df33d864df271c96939d3c12ee246f0e743c1 (diff)
parent63fec02910da55db999402121559e20d9bc2ab56 (diff)
downloadTango-8f9ec85dd0c2cc8465436a77f54cc7fa08f8f9e6.tar.gz
Tango-8f9ec85dd0c2cc8465436a77f54cc7fa08f8f9e6.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_ */