aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/General/process.h
diff options
context:
space:
mode:
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_ */