USB: io_edgeport: Convert to generic boolean
Signed-off-by: Richard Knutsson <ricknu-0@student.ltu.se> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
0de9a7024e
commit
cb8eaa8b2b
@@ -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
|
||||
|
Reference in New Issue
Block a user