summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_agp.h
blob: b23db55eb2cadda5d3f406c548e9794e2d9260ae (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef __NOUVEAU_AGP_H__
#define __NOUVEAU_AGP_H__

void nouveau_agp_reset(struct drm_device *);
void nouveau_agp_init(struct drm_device *);
void nouveau_agp_fini(struct drm_device *);

#endif