summaryrefslogtreecommitdiffstats
path: root/src/modules/opencl/opencl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/opencl/opencl.h')
-rw-r--r--src/modules/opencl/opencl.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/modules/opencl/opencl.h b/src/modules/opencl/opencl.h
new file mode 100644
index 0000000..aafab36
--- /dev/null
+++ b/src/modules/opencl/opencl.h
@@ -0,0 +1,11 @@
+#pragma once
+
+#include "option.h"
+
+#define FF_OPENCL_MODULE_NAME "OpenCL"
+
+bool ffPrintOpenCL(FFOpenCLOptions* options);
+void ffInitOpenCLOptions(FFOpenCLOptions* options);
+void ffDestroyOpenCLOptions(FFOpenCLOptions* options);
+
+extern FFModuleBaseInfo ffOpenCLModuleInfo;