aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/pvr/ion.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/pvr/ion.h')
-rw-r--r--drivers/gpu/pvr/ion.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/pvr/ion.h b/drivers/gpu/pvr/ion.h
index 13f20e6..9b0868c 100644
--- a/drivers/gpu/pvr/ion.h
+++ b/drivers/gpu/pvr/ion.h
@@ -30,6 +30,9 @@
#include <linux/ion.h>
#include <linux/omap_ion.h>
+void PVRSRVExportFDToIONHandles(int fd, struct ion_client **client,
+ struct ion_handle *handles[2]);
+
struct ion_handle *PVRSRVExportFDToIONHandle(int fd,
struct ion_client **client);