drm/nouveau/fb: add gm20b device
[linux/fpc-iii.git] / drivers / gpu / drm / nouveau / nvkm / engine / device / ctrl.h
blob20249d8e444de2daa2a6bd0f32174d658a135f7d
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>
6 struct nvkm_control {
7 struct nvkm_object object;
8 struct nvkm_device *device;
9 };
11 extern const struct nvkm_device_oclass nvkm_control_oclass;
12 #endif