nouveau_compat.h 291 B

12345678910
  1. #ifndef __NOUVEAU_COMPAT_H__
  2. #define __NOUVEAU_COMPAT_H__
  3. u8 _nv_rd08(struct drm_device *, u32);
  4. void _nv_wr08(struct drm_device *, u32, u8);
  5. u32 _nv_rd32(struct drm_device *, u32);
  6. void _nv_wr32(struct drm_device *, u32, u32);
  7. u32 _nv_mask(struct drm_device *, u32, u32, u32);
  8. #endif