summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/nvmap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/nvmap.h b/include/linux/nvmap.h
index 224c554fa..3590e9e21 100644
--- a/include/linux/nvmap.h
+++ b/include/linux/nvmap.h
@@ -87,6 +87,10 @@ struct nvmap_handle_ref *nvmap_alloc(struct nvmap_client *client, size_t size,
87 size_t align, unsigned int flags, 87 size_t align, unsigned int flags,
88 unsigned int heap_mask); 88 unsigned int heap_mask);
89 89
90struct dma_buf *nvmap_get_dmabuf(struct nvmap_client *client, ulong user_id);
91
92struct dma_buf *nvmap_get_dmabuf_from_ref(struct nvmap_handle_ref *ref);
93
90ulong nvmap_ref_to_user_id(struct nvmap_handle_ref *ref); 94ulong nvmap_ref_to_user_id(struct nvmap_handle_ref *ref);
91 95
92phys_addr_t nvmap_get_addr_from_user_id(ulong user_id); 96phys_addr_t nvmap_get_addr_from_user_id(ulong user_id);