9 строки
194 B
C
9 строки
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
|