]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/ixgb/ixgb_osdep.h
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
[linux-2.6-omap-h63xx.git] / 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)