summaryrefslogtreecommitdiff
path: root/include/ipc/threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ipc/threads.h')
-rw-r--r--include/ipc/threads.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/ipc/threads.h b/include/ipc/threads.h
new file mode 100644
index 0000000..2d76459
--- /dev/null
+++ b/include/ipc/threads.h
@@ -0,0 +1,9 @@
+#ifndef IPC_THREADS
+#define IPC_THREADS
+
+#include "engine/threads.h"
+#include "ipc/state.h"
+
+void threads_link(struct threads *handler, ipc_state_t *ipc_state);
+
+#endif // IPC_THREADS