nouveau_revcompat.h 278 B

123456789101112
  1. #ifndef __NOUVEAU_REVCOMPAT_H__
  2. #define __NOUVEAU_REVCOMPAT_H__
  3. #include "drmP.h"
  4. struct nouveau_drm *
  5. nouveau_newpriv(struct drm_device *);
  6. struct nouveau_bo *nv50sema(struct drm_device *dev, int crtc);
  7. struct nouveau_bo *nvd0sema(struct drm_device *dev, int crtc);
  8. #endif