summaryrefslogtreecommitdiff
path: root/lib/igt_vc4.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/igt_vc4.h')
-rw-r--r--lib/igt_vc4.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/igt_vc4.h b/lib/igt_vc4.h
index 46220345a..d428f391e 100644
--- a/lib/igt_vc4.h
+++ b/lib/igt_vc4.h
@@ -25,5 +25,6 @@
#define IGT_VC4_H
uint32_t igt_vc4_get_cleared_bo(int fd, size_t size, uint32_t clearval);
+void *igt_vc4_mmap_bo(int fd, uint32_t handle, uint32_t size, unsigned prot);
#endif /* IGT_VC4_H */