Home | History | Annotate | Download | only in drm
      1 
      2 #ifndef __NOUVEAU_DRM_PUBLIC_H__
      3 #define __NOUVEAU_DRM_PUBLIC_H__
      4 
      5 struct pipe_screen;
      6 
      7 struct pipe_screen *nouveau_drm_screen_create(int drmFD);
      8 
      9 #endif
     10