Merge tag 'drm/panel/for-3.15-rc1' of git://anongit.freedesktop.org/tegra/linux into...
[linux-2.6-microblaze.git] / drivers / gpu / drm / nouveau / core / engine / disp / priv.h
1 #ifndef __NVKM_DISP_PRIV_H__
2 #define __NVKM_DISP_PRIV_H__
3
4 #include <engine/disp.h>
5
6 struct nouveau_disp_impl {
7         struct nouveau_oclass base;
8 };
9
10 #endif