1 2 3 4 5 6 7 8 9 10
#ifndef DEVICE_H #define DEVICE_H #include "OpenCL/cl.h" struct _cl_device_id { struct pipe_screen *screen; }; #endif