aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'nouveau/nouveau_resource.h')
-rw-r--r--nouveau/nouveau_resource.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/nouveau/nouveau_resource.h b/nouveau/nouveau_resource.h
index 988d2466..b760dfbb 100644
--- a/nouveau/nouveau_resource.h
+++ b/nouveau/nouveau_resource.h
@@ -38,6 +38,9 @@ int
38nouveau_resource_init(struct nouveau_resource **heap, unsigned start, 38nouveau_resource_init(struct nouveau_resource **heap, unsigned start,
39 unsigned size); 39 unsigned size);
40 40
41void
42nouveau_resource_destroy(struct nouveau_resource **heap);
43
41int 44int
42nouveau_resource_alloc(struct nouveau_resource *heap, unsigned size, void *priv, 45nouveau_resource_alloc(struct nouveau_resource *heap, unsigned size, void *priv,
43 struct nouveau_resource **); 46 struct nouveau_resource **);