]> err.no Git - linux-2.6/blobdiff - drivers/net/ixgb/ixgb_osdep.h
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
[linux-2.6] / drivers / net / ixgb / ixgb_osdep.h
index 9e04a6b3ae0d2a5338d603b7e23787bb4fcee174..4be1b273e1b8794585a0918e116be36995af6335 100644 (file)
 #include <linux/interrupt.h>
 #include <linux/sched.h>
 
-typedef enum {
-#undef FALSE
-       FALSE = 0,
-#undef TRUE
-       TRUE = 1
-} boolean_t;
-
 #undef ASSERT
 #define ASSERT(x)      if(!(x)) BUG()
 #define MSGOUT(S, A, B)        printk(KERN_DEBUG S "\n", A, B)