drm/nouveau/ce: convert user classes to new-style nvkm_object
[deliverable/linux.git] / drivers / gpu / drm / nouveau / nouveau_agp.h
CommitLineData
aa4cc5d2
BS
1#ifndef __NOUVEAU_AGP_H__
2#define __NOUVEAU_AGP_H__
3
cb75d97e
BS
4struct nouveau_drm;
5
6void nouveau_agp_reset(struct nouveau_drm *);
7void nouveau_agp_init(struct nouveau_drm *);
8void nouveau_agp_fini(struct nouveau_drm *);
aa4cc5d2
BS
9
10#endif
This page took 0.200664 seconds and 5 git commands to generate.