1 | #ifndef __NVKM_DEVICE_PRIV_H__ |
---|---|
2 | #define __NVKM_DEVICE_PRIV_H__ |
3 | |
4 | #include <engine/device.h> |
5 | |
6 | extern struct nouveau_oclass nouveau_control_oclass[]; |
7 | |
8 | #endif |
9 |
1 | #ifndef __NVKM_DEVICE_PRIV_H__ |
---|---|
2 | #define __NVKM_DEVICE_PRIV_H__ |
3 | |
4 | #include <engine/device.h> |
5 | |
6 | extern struct nouveau_oclass nouveau_control_oclass[]; |
7 | |
8 | #endif |
9 |