Tizen 2.0 Release
[profile/ivi/osmesa.git] / src / gallium / winsys / i965 / drm / i965_drm_public.h
1
2 #ifndef I965_DRM_PUBLIC_H
3 #define I965_DRM_PUBLIC_H
4
5 struct brw_winsys_screen;
6
7 struct brw_winsys_screen * i965_drm_winsys_screen_create(int drmFD);
8
9 #endif