These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / 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