Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / intel / common / gen_gem.h
index c4dda6de65796ee60a4c48f384b5962ec93d00ae..cfcc59c20697d0f7df46c5ad04b37a982f4e2ce6 100644 (file)
@@ -25,7 +25,9 @@
 #define GEN_GEM_H
 
 #include <errno.h>
+#include <stdbool.h>
 #include <stdint.h>
+#include <unistd.h>
 #include <sys/ioctl.h>
 
 static inline uint64_t
@@ -70,4 +72,6 @@ gen_ioctl(int fd, unsigned long request, void *arg)
     return ret;
 }
 
+bool gen_gem_supports_syncobj_wait(int fd);
+
 #endif /* GEN_GEM_H */