mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 01:08:03 -04:00
10 lines
218 B
C
10 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
|