mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-13 06:36:26 +07:00
aa4cc5d274
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
9 lines
194 B
C
9 lines
194 B
C
#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
|