#ifndef __NOUVEAU_ABI16_H__
#define __NOUVEAU_ABI16_H__
#define ABI16_IOCTL_ARGS …
int nouveau_abi16_ioctl_getparam(ABI16_IOCTL_ARGS);
int nouveau_abi16_ioctl_channel_alloc(ABI16_IOCTL_ARGS);
int nouveau_abi16_ioctl_channel_free(ABI16_IOCTL_ARGS);
int nouveau_abi16_ioctl_grobj_alloc(ABI16_IOCTL_ARGS);
int nouveau_abi16_ioctl_notifierobj_alloc(ABI16_IOCTL_ARGS);
int nouveau_abi16_ioctl_gpuobj_free(ABI16_IOCTL_ARGS);
struct nouveau_abi16_ntfy { … };
struct nouveau_abi16_chan { … };
struct nouveau_abi16 { … };
struct nouveau_abi16 *nouveau_abi16_get(struct drm_file *);
int nouveau_abi16_put(struct nouveau_abi16 *, int);
void nouveau_abi16_fini(struct nouveau_abi16 *);
s32 nouveau_abi16_swclass(struct nouveau_drm *);
int nouveau_abi16_usif(struct drm_file *, void *data, u32 size);
#define NOUVEAU_GEM_DOMAIN_VRAM …
#define NOUVEAU_GEM_DOMAIN_GART …
struct drm_nouveau_grobj_alloc { … };
struct drm_nouveau_setparam { … };
#define DRM_IOCTL_NOUVEAU_SETPARAM …
#define DRM_IOCTL_NOUVEAU_GROBJ_ALLOC …
#define DRM_IOCTL_NOUVEAU_NOTIFIEROBJ_ALLOC …
#define DRM_IOCTL_NOUVEAU_GPUOBJ_FREE …
#endif