aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/General/process.h
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-03-06 12:09:02 +0200
committerShlomo Hecht <shlomo@twine-s.com>2018-03-06 12:09:02 +0200
commitfb2d080fbbcea3a91e598b4ea8837a230de6a319 (patch)
tree6b3ce09a252d2ebab8189a92b3326ffbba6dbe4b /Software/Embedded_SW/Embedded/Modules/General/process.h
parentd734bb5cf08ba2433b74fc86a8858d2437d1a237 (diff)
downloadTango-fb2d080fbbcea3a91e598b4ea8837a230de6a319.tar.gz
Tango-fb2d080fbbcea3a91e598b4ea8837a230de6a319.zip
A new forlder for embedded software in our common structure
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/General/process.h')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/General/process.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/General/process.h b/Software/Embedded_SW/Embedded/Modules/General/process.h
new file mode 100644
index 000000000..aa7b157a2
--- /dev/null
+++ b/Software/Embedded_SW/Embedded/Modules/General/process.h
@@ -0,0 +1,16 @@
+/*
+ * process.h
+ *
+ * Created on: 4 במרץ 2018
+ * Author: shlomo
+ */
+
+#ifndef MODULES_GENERAL_PROCESS_H_
+#define MODULES_GENERAL_PROCESS_H_
+
+
+void ProcessRequestFunc(MessageContainer* requestContainer);
+
+
+
+#endif /* MODULES_GENERAL_PROCESS_H_ */