aboutsummaryrefslogtreecommitdiff
path: root/trampoline.h
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-02-12 00:08:10 +1300
committerDavid Phillips <david@sighup.nz>2017-02-12 00:08:10 +1300
commit11b1f27f9d27b3f497c20205a77f00272fe8f332 (patch)
tree4a5eee2cfd70885b18103f9349e2c70ac0dcab16 /trampoline.h
parente169d7aa8585ebb5f4fab3eccc8df92a43add4f5 (diff)
downloadfractal-gen-opencl-11b1f27f9d27b3f497c20205a77f00272fe8f332.tar.xz
Add rough, hard-coded mock-up to prove trampoline
This needs the hard-coded constants taken out of it asap to merge with master. The code is strictly temporary as a measure to prove that the CL trampoline works and we are actually able to get images from the device.
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();