summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/ilo_screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_screen.h')
-rw-r--r--src/gallium/drivers/ilo/ilo_screen.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/ilo_screen.h b/src/gallium/drivers/ilo/ilo_screen.h
index 4c403f042f2..7e1ce72052e 100644
--- a/src/gallium/drivers/ilo/ilo_screen.h
+++ b/src/gallium/drivers/ilo/ilo_screen.h
@@ -60,4 +60,7 @@ ilo_fence(struct pipe_fence_handle *fence)
return (struct ilo_fence *) fence;
}
+struct ilo_fence *
+ilo_fence_create(struct pipe_screen *screen, struct intel_bo *bo);
+
#endif /* ILO_SCREEN_H */