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 |
11 |
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 |
11 |