aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core/include/engine/bsp.h
blob: 67662e2c4547e843bc7ffbe0e90885828520d25a (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef __NOUVEAU_BSP_H__
#define __NOUVEAU_BSP_H__

extern struct nouveau_oclass nv84_bsp_oclass;
extern struct nouveau_oclass nv98_bsp_oclass;
extern struct nouveau_oclass nvc0_bsp_oclass;
extern struct nouveau_oclass nve0_bsp_oclass;

#endif