aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core/include/engine/vp.h
blob: 39baebec7fbbd255d2bdad41da9e649a7e1d2f58 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef __NOUVEAU_VP_H__
#define __NOUVEAU_VP_H__

extern struct nouveau_oclass nv84_vp_oclass;
extern struct nouveau_oclass nv98_vp_oclass;
extern struct nouveau_oclass nvc0_vp_oclass;
extern struct nouveau_oclass nve0_vp_oclass;

#endif