summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/target-helpers/drm_helper_public.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/auxiliary/target-helpers/drm_helper_public.h')
-rw-r--r--src/gallium/auxiliary/target-helpers/drm_helper_public.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/target-helpers/drm_helper_public.h b/src/gallium/auxiliary/target-helpers/drm_helper_public.h
index d1f9382a6f9..5eb5f488f7f 100644
--- a/src/gallium/auxiliary/target-helpers/drm_helper_public.h
+++ b/src/gallium/auxiliary/target-helpers/drm_helper_public.h
@@ -34,4 +34,7 @@ pipe_virgl_create_screen(int fd);
struct pipe_screen *
pipe_vc4_create_screen(int fd);
+struct pipe_screen *
+pipe_tegra_create_screen(int fd);
+
#endif /* _DRM_HELPER_PUBLIC_H */