Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

  1.  
  2. #ifndef I915_SW_PUBLIC_H
  3. #define I915_SW_PUBLIC_H
  4.  
  5. struct i915_winsys;
  6.  
  7. struct i915_winsys * i915_sw_winsys_create(void);
  8.  
  9. #endif
  10.