aboutsummaryrefslogtreecommitdiff
path: root/trampoline.h
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-02-12 20:31:13 +1300
committerDavid Phillips <david@sighup.nz>2017-02-12 20:31:13 +1300
commitc19cffcae57ff68d99eaa38f6d0547942dce5eca (patch)
treed549d1bc78a6b1481ff3ce9ee6c8e2a97c785f21 /trampoline.h
parentc8dc778d855b05a057e8d340b06900ba738811df (diff)
downloadfractal-gen-opencl-c19cffcae57ff68d99eaa38f6d0547942dce5eca.tar.xz
Remove more hardcoded crap
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 3fe983c..fbcc453 100644
--- a/trampoline.h
+++ b/trampoline.h
@@ -3,6 +3,6 @@ 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 long *size, unsigned long *iterations);
+int tramp_set_kernel_args(unsigned long size, unsigned long iterations);
int tramp_run_kernel(void);
int tramp_copy_data(void **buffer, size_t size);