Home | History | Annotate | Download | only in r200
      1 #ifndef R200_SANITY_H
      2 #define R200_SANITY_H
      3 
      4 extern int r200SanityCmdBuffer( r200ContextPtr rmesa,
      5 				int nbox,
      6 				drm_clip_rect_t *boxes );
      7 
      8 #endif
      9