aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'nouveau/private.h')
-rw-r--r--nouveau/private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nouveau/private.h b/nouveau/private.h
index 5f352a49..83060f96 100644
--- a/nouveau/private.h
+++ b/nouveau/private.h
@@ -116,6 +116,7 @@ nouveau_device_open_existing(struct nouveau_device **, int, int, drm_context_t);
116/* abi16.c */ 116/* abi16.c */
117drm_private bool abi16_object(struct nouveau_object *, int (**)(struct nouveau_object *)); 117drm_private bool abi16_object(struct nouveau_object *, int (**)(struct nouveau_object *));
118drm_private void abi16_delete(struct nouveau_object *); 118drm_private void abi16_delete(struct nouveau_object *);
119drm_private int abi16_sclass(struct nouveau_object *, struct nouveau_sclass **);
119drm_private void abi16_bo_info(struct nouveau_bo *, struct drm_nouveau_gem_info *); 120drm_private void abi16_bo_info(struct nouveau_bo *, struct drm_nouveau_gem_info *);
120drm_private int abi16_bo_init(struct nouveau_bo *, uint32_t alignment, 121drm_private int abi16_bo_init(struct nouveau_bo *, uint32_t alignment,
121 union nouveau_bo_config *); 122 union nouveau_bo_config *);