]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/usb/serial/io_edgeport.h
USB: option: add new Dell 5520 HSDPA variant
[karo-tx-linux.git] / drivers / usb / serial / io_edgeport.h
index 29a913a6daca07fe35628bcc91e016f97d3c3346..cb201c1f67f927e3f0ec520cbe4406978961eed9 100644 (file)
 #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