Home | History | Annotate | Download | only in target-helpers
      1 #ifndef _SW_HELPER_PUBLIC_H
      2 #define _SW_HELPER_PUBLIC_H
      3 
      4 struct pipe_screen;
      5 struct sw_winsys;
      6 
      7 struct pipe_screen *
      8 sw_screen_create(struct sw_winsys *winsys);
      9 
     10 #endif /* _SW_HELPER_PUBLIC_H */
     11