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

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

#endif