drm/nouveau: port all engines to new engine module format
[deliverable/linux.git] / drivers / gpu / drm / nouveau / nouveau_revcompat.h
1 #ifndef __NOUVEAU_REVCOMPAT_H__
2 #define __NOUVEAU_REVCOMPAT_H__
3
4 #include "drmP.h"
5
6 struct nouveau_drm *
7 nouveau_newpriv(struct drm_device *);
8
9 struct nouveau_bo *nv50sema(struct drm_device *dev, int crtc);
10 struct nouveau_bo *nvd0sema(struct drm_device *dev, int crtc);
11
12 #endif
This page took 0.040776 seconds and 5 git commands to generate.