Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  1. #ifndef INTEL_DRM_PUBLIC_H
  2. #define INTEL_DRM_PUBLIC_H
  3.  
  4. struct intel_winsys;
  5.  
  6. struct intel_winsys *intel_winsys_create_for_fd(int fd);
  7.  
  8. #endif
  9.