]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/net/npe/include/IxOsalTypes.h
Update from 2013.01 to 2013.07
[karo-tx-uboot.git] / drivers / net / npe / include / IxOsalTypes.h
index a190a707e32ce22b2000374a9063c9a799239117..06e71debfb2507987173b598eb006e073c3aaee2 100644 (file)
@@ -107,22 +107,6 @@ typedef volatile INT32 VINT32;
  */
 #define IX_OSAL_BILLION (1000000000)
 
-#ifndef TRUE
-#define TRUE       1L
-#endif
-
-#if TRUE != 1
-#error TRUE is not defined to 1
-#endif
-
-#ifndef FALSE
-#define FALSE      0L
-#endif
-
-#if FALSE != 0
-#error FALSE is not defined to 0
-#endif
-
 #ifndef NULL
 #define NULL       0L
 #endif