Commit cb8eaa8b authored by Richard Knutsson's avatar Richard Knutsson Committed by Greg Kroah-Hartman

USB: io_edgeport: Convert to generic boolean

Signed-off-by: default avatarRichard Knutsson <ricknu-0@student.ltu.se>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 0de9a702
This diff is collapsed.
......@@ -19,12 +19,6 @@
#define MAX_RS232_PORTS 8 /* Max # of RS-232 ports per device */
/* typedefs that the insideout headers need */
#ifndef TRUE
#define TRUE (1)
#endif
#ifndef FALSE
#define FALSE (0)
#endif
#ifndef LOW8
#define LOW8(a) ((unsigned char)(a & 0xff))
#endif
......
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