summaryrefslogtreecommitdiff
path: root/libdrm/nouveau/nouveau_bo.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2009-05-26 14:14:04 +1000
committerBen Skeggs <bskeggs@redhat.com>2009-05-26 15:47:14 +1000
commitc65a343ed29c24f812ca919f40dfeee948b6f14a (patch)
tree5b63add0322f8ebff56a8c5d1483e4f2b84698db /libdrm/nouveau/nouveau_bo.h
parent85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227c (diff)
nouveau: bump for 0.0.13
Diffstat (limited to 'libdrm/nouveau/nouveau_bo.h')
-rw-r--r--libdrm/nouveau/nouveau_bo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libdrm/nouveau/nouveau_bo.h b/libdrm/nouveau/nouveau_bo.h
index 84a43487..f0ae09be 100644
--- a/libdrm/nouveau/nouveau_bo.h
+++ b/libdrm/nouveau/nouveau_bo.h
@@ -66,6 +66,9 @@ nouveau_bo_fake(struct nouveau_device *dev, uint64_t offset, uint32_t flags,
uint32_t size, void *map, struct nouveau_bo **);
int
+nouveau_bo_wrap(struct nouveau_device *, uint32_t handle, struct nouveau_bo **);
+
+int
nouveau_bo_handle_get(struct nouveau_bo *, uint32_t *);
int