aboutsummaryrefslogtreecommitdiff
path: root/trampoline.h
diff options
context:
space:
mode:
Diffstat (limited to 'trampoline.h')
-rw-r--r--trampoline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/trampoline.h b/trampoline.h
index 67cbd33..5f4a76e 100644
--- a/trampoline.h
+++ b/trampoline.h
@@ -5,7 +5,7 @@ void tramp_destroy(void);
int tramp_load_kernel(const char *filename);
char *tramp_get_build_log(void);
int tramp_compile_kernel(void);
-int tramp_set_kernel_args(unsigned int raw_len);
+int tramp_set_kernel_args(unsigned int raw_len, unsigned int bitmask);
int tramp_run_kernel(void);
int tramp_copy_data(void **buffer, size_t size);
int tramp_copy_sha(struct sha_data *sha);