diff options
Diffstat (limited to 'src/gallium/winsys/i915/sw/i915_sw_public.h')
-rw-r--r-- | src/gallium/winsys/i915/sw/i915_sw_public.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/gallium/winsys/i915/sw/i915_sw_public.h b/src/gallium/winsys/i915/sw/i915_sw_public.h new file mode 100644 index 00000000000..e951a32917f --- /dev/null +++ b/src/gallium/winsys/i915/sw/i915_sw_public.h @@ -0,0 +1,9 @@ + +#ifndef I915_SW_PUBLIC_H +#define I915_SW_PUBLIC_H + +struct i915_winsys; + +struct i915_winsys * i915_sw_winsys_create(void); + +#endif |