nvc0/vp: initial implementation of engine
[linux-2.6/libata-dev.git] / drivers / gpu / drm / nouveau / core / include / engine / vp.h
blobd7b287b115bf8fdb3a795c99ed901377f28af196
1 #ifndef __NOUVEAU_VP_H__
2 #define __NOUVEAU_VP_H__
4 extern struct nouveau_oclass nv84_vp_oclass;
5 extern struct nouveau_oclass nvc0_vp_oclass;
6 extern struct nouveau_oclass nve0_vp_oclass;
8 #endif