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