]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/e1000/e1000_osdep.h
ibm_newemac: Fix problem with jumbo frame support and EMAC V4.patch
[linux-2.6-omap-h63xx.git] / drivers / net / e1000 / e1000_osdep.h
index 10af742d8a2080c16676b59dc6ac7081b34f5880..365626d3177e3330c4307a673255977266a880be 100644 (file)
 #include <linux/interrupt.h>
 #include <linux/sched.h>
 
-typedef enum {
-#undef FALSE
-    FALSE = 0,
-#undef TRUE
-    TRUE = 1
-} boolean_t;
-
 #ifdef DBG
 #define DEBUGOUT(S)            printk(KERN_DEBUG S "\n")
 #define DEBUGOUT1(S, A...)     printk(KERN_DEBUG S "\n", A)