diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/nvmap.h | 4 |
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 | ||
| 90 | struct dma_buf *nvmap_get_dmabuf(struct nvmap_client *client, ulong user_id); | ||
| 91 | |||
| 92 | struct dma_buf *nvmap_get_dmabuf_from_ref(struct nvmap_handle_ref *ref); | ||
| 93 | |||
| 90 | ulong nvmap_ref_to_user_id(struct nvmap_handle_ref *ref); | 94 | ulong nvmap_ref_to_user_id(struct nvmap_handle_ref *ref); |
| 91 | 95 | ||
| 92 | phys_addr_t nvmap_get_addr_from_user_id(ulong user_id); | 96 | phys_addr_t nvmap_get_addr_from_user_id(ulong user_id); |
