summaryrefslogtreecommitdiff
path: root/interop.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-12-11 21:03:38 -0500
committerPietro Gagliardi <[email protected]>2015-12-11 21:03:38 -0500
commiteef149060f7306c7eccc8855dceee68ccd45026e (patch)
tree08d9f7306813142028e8af65c5f4cfce2424d04e /interop.h
parentf8e3f12ab02b528f2a05a4f713d7af7ea8e44b42 (diff)
Started the work I guess.
Diffstat (limited to 'interop.h')
-rw-r--r--interop.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/interop.h b/interop.h
new file mode 100644
index 0000000..f45e69a
--- /dev/null
+++ b/interop.h
@@ -0,0 +1,14 @@
+// 11 december 2015
+
+#ifndef __UI_INTEROP_H__
+#define __UI_INTEROP_H__
+
+#include <stdint.h>
+
+extern char *interopInit(void);
+extern void interopFreeStr(char *);
+extern void interopRun(void);
+extern void interopQuit(void);
+extern void interopQueueMain(uintptr_t);
+
+#endif