]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/usb/serial/io_edgeport.h
USB: ftdi_sio: fix 'product' parameter description
[linux-2.6-omap-h63xx.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