1#ifndef __NOUVEAU_VP_H__
2#define __NOUVEAU_VP_H__
3
4extern struct nouveau_oclass nv84_vp_oclass;
5extern struct nouveau_oclass nv98_vp_oclass;
6extern struct nouveau_oclass nvc0_vp_oclass;
7extern struct nouveau_oclass nve0_vp_oclass;
8
9#endif
10