summaryrefslogtreecommitdiffstats
path: root/syscall/handles.h
diff options
context:
space:
mode:
Diffstat (limited to 'syscall/handles.h')
-rw-r--r--syscall/handles.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/syscall/handles.h b/syscall/handles.h
new file mode 100644
index 0000000..f9fd79c
--- /dev/null
+++ b/syscall/handles.h
@@ -0,0 +1,8 @@
+#ifndef _JOVE_SYSCALL_HANDLES_H
+#define _JOVE_SYSCALL_HANDLES_H 1
+
+#include "object.h"
+
+int syscall_handle_invoke_objdir(objdir_t *root_dir, objdir_t *target_dir, void *payload);
+
+#endif