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:
Richard Knutsson
2007-03-17 01:35:53 +01:00
committed by Greg Kroah-Hartman
parent 0de9a7024e
commit cb8eaa8b2b
2 changed files with 63 additions and 69 deletions

View File

@@ -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