mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-16 10:47:54 -04:00
11 lines
218 B
C
11 lines
218 B
C
#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
|