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

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

#endif