Home | History | Annotate | Download | only in drm
      1 
      2 #ifndef I915_DRM_PUBLIC_H
      3 #define I915_DRM_PUBLIC_H
      4 
      5 struct i915_winsys;
      6 
      7 struct i915_winsys * i915_drm_winsys_create(int drmFD);
      8 
      9 #endif
     10