From c65a343ed29c24f812ca919f40dfeee948b6f14a Mon Sep 17 00:00:00 2001 From: Ben Skeggs Date: Tue, 26 May 2009 14:14:04 +1000 Subject: nouveau: bump for 0.0.13 --- libdrm/nouveau/nouveau_bo.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libdrm/nouveau/nouveau_bo.h') 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 @@ -65,6 +65,9 @@ int 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 *); -- cgit v1.2.3