android: nv50/ir: Add nv50_ir_prog_info_out serialize and deserialize
[mesa.git] / src / gallium / winsys / nouveau / drm / nouveau_drm_public.h
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