aboutsummaryrefslogtreecommitdiff
path: root/tests/common/start.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/common/start.h')
-rw-r--r--tests/common/start.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/common/start.h b/tests/common/start.h
new file mode 100644
index 0000000..3a49686
--- /dev/null
+++ b/tests/common/start.h
@@ -0,0 +1,9 @@
+#ifndef KMI_START_H
+#define KMI_START_H
+
+#define UNUSED(x) (void)x
+#define START(pid, tid, d0, d1, d2, d3)\
+void _start(sys_arg_t pid, sys_arg_t tid,\
+ sys_arg_t d0, sys_arg_t d1, sys_arg_t d2, sys_arg_t d3)
+
+#endif /* KMI_START_H */