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