Home | History | Annotate | Download | only in sw
      1 
      2 #ifndef I915_SW_PUBLIC_H
      3 #define I915_SW_PUBLIC_H
      4 
      5 struct i915_winsys;
      6 
      7 struct i915_winsys * i915_sw_winsys_create(void);
      8 
      9 #endif
     10