M7350/kernel/drivers/gpu/drm/nouveau/nouveau_agp.h

11 lines
218 B
C
Raw Normal View History

2024-09-09 08:57:42 +00:00
#ifndef __NOUVEAU_AGP_H__
#define __NOUVEAU_AGP_H__
struct nouveau_drm;
void nouveau_agp_reset(struct nouveau_drm *);
void nouveau_agp_init(struct nouveau_drm *);
void nouveau_agp_fini(struct nouveau_drm *);
#endif