aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-01-29 18:33:11 +0200
committerShlomo Hecht <shlomo@twine-s.com>2019-01-29 18:33:11 +0200
commit99554aaefd61f29be38669d46c7e4a573bec311f (patch)
tree16bf2b5582424c961f87f4dc543f36f2167e6d08 /Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h
parent4b7e196fe51e5a93b3c8090bbb43d05e3e6fd370 (diff)
downloadTango-99554aaefd61f29be38669d46c7e4a573bec311f.tar.gz
Tango-99554aaefd61f29be38669d46c7e4a573bec311f.zip
Version 1.3.5.3: IDS handling, control track and fixing, and other changes.
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h
index 511a4ef93..56b229ea8 100644
--- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h
+++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h
@@ -43,4 +43,7 @@ uint32_t Winder_Prepare(void);
uint32_t Winder_Presegment(void *JobDetails, uint32_t SegmentId);
uint32_t Winder_End(void);
+void ThreadLoadPollRequest(MessageContainer* requestContainer);
+void ThreadLoadRequest(MessageContainer* requestContainer);
+
#endif