summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/nvmap/nvmap_heap.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/tegra/nvmap/nvmap_heap.h')
-rw-r--r--drivers/video/tegra/nvmap/nvmap_heap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/tegra/nvmap/nvmap_heap.h b/drivers/video/tegra/nvmap/nvmap_heap.h
index 66854f26b353..40ee4ba02cb2 100644
--- a/drivers/video/tegra/nvmap/nvmap_heap.h
+++ b/drivers/video/tegra/nvmap/nvmap_heap.h
@@ -42,6 +42,8 @@ void nvmap_heap_destroy(struct nvmap_heap *heap);
void *nvmap_heap_device_to_arg(struct device *dev);
+void *nvmap_heap_to_arg(struct nvmap_heap *heap);
+
struct nvmap_heap_block *nvmap_heap_alloc(struct nvmap_heap *heap, size_t len,
size_t align, unsigned int prot);