aboutsummaryrefslogtreecommitdiff
path: root/trampoline.h
diff options
context:
space:
mode:
Diffstat (limited to 'trampoline.h')
-rw-r--r--trampoline.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/trampoline.h b/trampoline.h
index d5608b4..238980d 100644
--- a/trampoline.h
+++ b/trampoline.h
@@ -3,3 +3,6 @@ void tramp_destroy();
int tramp_load_kernel(const char *filename);
char *tramp_get_build_log();
int tramp_compile_kernel();
+int tramp_set_kernel_args();
+int tramp_run_kernel();
+int tramp_copy_data();