summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/nvmap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/nvmap.h b/include/linux/nvmap.h
index ba9c781c3db1..bea59694ad27 100644
--- a/include/linux/nvmap.h
+++ b/include/linux/nvmap.h
@@ -138,6 +138,9 @@ int nvmap_patch_word(struct nvmap_client *client,
struct nvmap_handle *patch,
u32 patch_offset, u32 patch_value);
+struct nvmap_handle_ref *nvmap_duplicate_handle_id(struct nvmap_client *client,
+ unsigned long id);
+
struct nvmap_platform_carveout {
const char *name;
unsigned int usage_mask;