nouveau_agp.h 218 B

1234567891011
  1. #ifndef __NOUVEAU_AGP_H__
  2. #define __NOUVEAU_AGP_H__
  3. struct nouveau_drm;
  4. void nouveau_agp_reset(struct nouveau_drm *);
  5. void nouveau_agp_init(struct nouveau_drm *);
  6. void nouveau_agp_fini(struct nouveau_drm *);
  7. #endif