summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_revcompat.h
blob: 41cf61f1415f3b1705a8493ce3f75f8295d15e13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __NOUVEAU_REVCOMPAT_H__
#define __NOUVEAU_REVCOMPAT_H__

#include "drmP.h"

struct nouveau_drm *
nouveau_newpriv(struct drm_device *);

struct nouveau_bo *nv50sema(struct drm_device *dev, int crtc);
struct nouveau_bo *nvd0sema(struct drm_device *dev, int crtc);

#endif