gallium: add type parameter to create_fence_fd
[mesa.git] / src / gallium / drivers / etnaviv / etnaviv_fence.h
index cd68a428d3f83314e2c923b1c8a5fa70c913de32..8b8bb63e3ef5fd32e782162c93c400b3258f60f5 100644 (file)
@@ -32,7 +32,8 @@
 
 void
 etna_create_fence_fd(struct pipe_context *pctx,
-                     struct pipe_fence_handle **pfence, int fd);
+                     struct pipe_fence_handle **pfence, int fd,
+                     enum pipe_fd_type type);
 
 void
 etna_fence_server_sync(struct pipe_context *pctx,