aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2019-01-09 13:45:40 +0200
committerAvi Levkovich <avi@twine-s.com>2019-01-09 13:45:40 +0200
commitc2019e2a94afc7f25258ae38478ae74434414a1f (patch)
treeee9cf870d5738004ebd92cf841c1bdbd26793984 /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h
parentc84c8852f2889235a181ec74f0d2fdf8584f2a7d (diff)
parentd50d729a2b7d45ca4b22df7ff0d8823825c479b6 (diff)
downloadTango-c2019e2a94afc7f25258ae38478ae74434414a1f.tar.gz
Tango-c2019e2a94afc7f25258ae38478ae74434414a1f.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h')
-rw-r--r--Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h
index 4a76a0aad..de0da71a5 100644
--- a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h
+++ b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h
@@ -16,6 +16,8 @@ uint32_t CreateRequestFunc(MessageContainer* requestContainer);
uint32_t DeleteRequestFunc(MessageContainer* requestContainer);
uint32_t GetStorageInfoRequestFunc(MessageContainer* requestContainer);
uint32_t GetFilesRequestFunc(MessageContainer* requestContainer);
+uint32_t FileDownloadRequestFunc(MessageContainer* requestContainer);
+uint32_t FileChunkDownloadRequestFunc(MessageContainer* requestContainer);