mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 19:55:05 +07:00
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
|