Merge branch 'gallium-0.1' into gallium-0.2
[mesa.git] / src / mesa / drivers / dri / i810 / i810ioctl.h
index 748d29ae36aec1cf89423faa1ad5bb1ba3f9ce80..dfd6e21088943dd490e7f1ed4aba86c7aaff0777 100644 (file)
@@ -33,7 +33,7 @@ do {                                                          \
    }                                                           \
 } while (0)
 
-static __inline GLuint *i810AllocDmaLow( i810ContextPtr imesa, int bytes )
+static INLINE GLuint *i810AllocDmaLow( i810ContextPtr imesa, int bytes )
 {
    if (imesa->vertex_low + bytes > imesa->vertex_high) 
       i810FlushPrimsGetBuffer( imesa );