Home | History | Annotate | Download | only in r300
      1 
      2 #ifndef R300_PUBLIC_H
      3 #define R300_PUBLIC_H
      4 
      5 struct radeon_winsys;
      6 
      7 struct pipe_screen* r300_screen_create(struct radeon_winsys *rws);
      8 
      9 #endif
     10