summaryrefslogtreecommitdiff
path: root/src/device.c
blob: b34a5258fd2cbc4569d8907002ac05e67d48d196 (plain)
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