aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core/engine/disp/priv.h
blob: cc3c7a4ca747886222964c98d51bc510e88e5d26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef __NVKM_DISP_PRIV_H__
#define __NVKM_DISP_PRIV_H__

#include <engine/disp.h>

struct nouveau_disp_impl {
	struct nouveau_oclass base;
};

#endif