• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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