]> err.no Git - linux-2.6/blobdiff - include/linux/compiler-intel.h
mmc: implement SDIO IO_RW_DIRECT operation
[linux-2.6] / include / linux / compiler-intel.h
index 1d1c3ceaff4ed62b6b2e971a0ca7588f969c8431..b769961e6f2371090a1bfe94b751afc4ab0306b7 100644 (file)
@@ -21,4 +21,9 @@
      __ptr = (unsigned long) (ptr);                            \
     (typeof(ptr)) (__ptr + (off)); })
 
+/* Intel ECC compiler doesn't support __builtin_types_compatible_p() */
+#define __must_be_array(a) 0
+
 #endif
+
+#define uninitialized_var(x) x