diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/include/nvkm/engine/vp.h')
| -rw-r--r-- | drivers/gpu/drm/nouveau/include/nvkm/engine/vp.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/include/nvkm/engine/vp.h b/drivers/gpu/drm/nouveau/include/nvkm/engine/vp.h new file mode 100644 index 000000000000..39baebec7fbb --- /dev/null +++ b/drivers/gpu/drm/nouveau/include/nvkm/engine/vp.h | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | #ifndef __NOUVEAU_VP_H__ | ||
| 2 | #define __NOUVEAU_VP_H__ | ||
| 3 | |||
| 4 | extern struct nouveau_oclass nv84_vp_oclass; | ||
| 5 | extern struct nouveau_oclass nv98_vp_oclass; | ||
| 6 | extern struct nouveau_oclass nvc0_vp_oclass; | ||
| 7 | extern struct nouveau_oclass nve0_vp_oclass; | ||
| 8 | |||
| 9 | #endif | ||
