summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/include/linux/dma-fence.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/drm/include/linux/dma-fence.h')
-rw-r--r--sys/dev/pci/drm/include/linux/dma-fence.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/pci/drm/include/linux/dma-fence.h b/sys/dev/pci/drm/include/linux/dma-fence.h
index f7ad95bb167..159c03be587 100644
--- a/sys/dev/pci/drm/include/linux/dma-fence.h
+++ b/sys/dev/pci/drm/include/linux/dma-fence.h
@@ -285,4 +285,7 @@ dma_fence_set_error(struct dma_fence *fence, int error)
fence->error = error;
}
+long dma_fence_wait_any_timeout(struct dma_fence **, uint32_t, bool, long,
+ uint32_t *);
+
#endif