summaryrefslogtreecommitdiff
path: root/src/device.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device.c')
-rw-r--r--src/device.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/device.c b/src/device.c
new file mode 100644
index 0000000..b34a525
--- /dev/null
+++ b/src/device.c
@@ -0,0 +1,10 @@
+#ifndef DEVICE_H
+#define DEVICE_H
+
+#include "OpenCL/cl.h"
+
+struct _cl_device_id {
+ struct pipe_screen *screen;
+};
+
+#endif