~mmach/netext73/mesa_2004

« back to all changes in this revision

Viewing changes to src/gallium/winsys/i915/drm/i915_drm_public.h

  • Committer: mmach
  • Date: 2022-09-22 20:00:35 UTC
  • Revision ID: netbit73@gmail.com-20220922200035-j2mt0pv92d002zy3
2022-09-22 21:17:58

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#ifndef I915_DRM_PUBLIC_H
 
3
#define I915_DRM_PUBLIC_H
 
4
 
 
5
struct i915_winsys;
 
6
 
 
7
struct i915_winsys * i915_drm_winsys_create(int drmFD);
 
8
 
 
9
#endif