GNU Linux-libre 4.9-gnu1
[releases.git] / drivers / gpu / drm / nouveau / nvkm / engine / device / ctrl.h
1 #ifndef __NVKM_DEVICE_CTRL_H__
2 #define __NVKM_DEVICE_CTRL_H__
3 #define nvkm_control(p) container_of((p), struct nvkm_control, object)
4 #include <core/device.h>
5
6 struct nvkm_control {
7         struct nvkm_object object;
8         struct nvkm_device *device;
9 };
10
11 extern const struct nvkm_device_oclass nvkm_control_oclass;
12 #endif