summaryrefslogtreecommitdiff
path: root/src/device.h
blob: c6f8f510b366e7a34c058ceae7c3b2ed78c6aa98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef DEVICE_H
#define DEVICE_H

#include "OpenCL/cl.h"

struct _cl_device_id {
    struct pipe_screen *screen;

    cl_uint type;
};

#endif