Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

  1. #ifndef RADEON_SANITY_H
  2. #define RADEON_SANITY_H
  3.  
  4. extern int radeonSanityCmdBuffer( r100ContextPtr rmesa,
  5.                                   int nbox,
  6.                                   drm_clip_rect_t *boxes );
  7.  
  8. #endif
  9.