13464ebd5Sriastradh 23464ebd5Sriastradh#ifndef I915_PUBLIC_H 33464ebd5Sriastradh#define I915_PUBLIC_H 43464ebd5Sriastradh 53464ebd5Sriastradhstruct i915_winsys; 63464ebd5Sriastradhstruct pipe_screen; 73464ebd5Sriastradh 83464ebd5Sriastradh/** 93464ebd5Sriastradh * Create i915 pipe_screen. 103464ebd5Sriastradh */ 117ec681f3Smrgstruct pipe_screen *i915_screen_create(struct i915_winsys *iws); 123464ebd5Sriastradh 133464ebd5Sriastradh#endif 14