tulip: Convert to generic boolean

Signed-off-by: Richard Knutsson <ricknu-0@student.ltu.se>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
Richard Knutsson
2007-05-19 22:18:10 +02:00
committed by Jeff Garzik
parent 480fe1a31c
commit eb034a7998
2 changed files with 49 additions and 58 deletions

View File

@@ -892,15 +892,6 @@
#define ALL 0 /* Clear out all the setup frame */
#define PHYS_ADDR_ONLY 1 /* Update the physical address only */
/*
** Booleans
*/
#define NO 0
#define FALSE 0
#define YES ~0
#define TRUE ~0
/*
** Adapter state
*/