blob: e951a32917f7db82383e7ec64e08061b947d4087 [file] [log] [blame]
#ifndef I915_SW_PUBLIC_H
#define I915_SW_PUBLIC_H
struct i915_winsys;
struct i915_winsys * i915_sw_winsys_create(void);
#endif