1 2 3 4 5 6 7 8 9
#ifndef I915_SW_PUBLIC_H #define I915_SW_PUBLIC_H struct i915_winsys; struct i915_winsys * i915_sw_winsys_create(void); #endif