Commit eb034a79 authored by Richard Knutsson's avatar Richard Knutsson Committed by Jeff Garzik

tulip: Convert to generic boolean

Signed-off-by: default avatarRichard Knutsson <ricknu-0@student.ltu.se>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 480fe1a3
This diff is collapsed.
......@@ -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
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment