• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 
2 #ifndef __NOUVEAU_DRM_PUBLIC_H__
3 #define __NOUVEAU_DRM_PUBLIC_H__
4 
5 struct pipe_screen;
6 struct pipe_screen_config;
7 struct renderonly;
8 
9 struct pipe_screen *nouveau_drm_screen_create(int drmFD);
10 
11 #endif
12