Release coccinelle-0.1.4
[bpt/coccinelle.git] / tests / my.h
diff --git a/tests/my.h b/tests/my.h
new file mode 100644 (file)
index 0000000..c498544
--- /dev/null
@@ -0,0 +1,10 @@
+#define DBG_OFFSCREEN(a)
+
+#define I830FALLBACK(s, arg...)                               \
+do {                                                  \
+    if (I830PTR(pScrn)->fallback_debug) {             \
+      xf86DrvMsg(pScrn->scrnIndex, X_INFO,            \
+                 "EXA fallback: " s "\n", ##arg);     \
+    }                                                 \
+    return FALSE;                                     \
+} while(0)