blob: b828d8d670c5d263a0b0fd91eb93ff2eb6eadefb [file] [log] [blame]
#ifndef I915_DRM_PUBLIC_H
#define I915_DRM_PUBLIC_H
struct i915_winsys;
struct i915_winsys * i915_drm_winsys_create(int drmFD);
#endif