]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/telephony/ixj.h
Fix common misspellings
[mirror_ubuntu-artful-kernel.git] / drivers / telephony / ixj.h
index 8d69bcdc29c95dda937a53652445140f008eba0d..2c841134f61c42dfd80f53db9828e75578e1f7cd 100644 (file)
 typedef __u16 WORD;
 typedef __u32 DWORD;
 typedef __u8 BYTE;
-typedef __u8 BOOL;
 
 #ifndef IXJMAX
 #define IXJMAX 16
 #endif
 
-#define TRUE 1
-#define FALSE 0
-
 /******************************************************************************
 *
 *  This structure when unioned with the structures below makes simple byte
@@ -1153,7 +1149,7 @@ typedef struct {
        unsigned int firstring:1; /* First ring cadence is complete */
        unsigned int pstncheck:1;       /* Currently checking the PSTN Line */
        unsigned int pstn_rmr:1;
-       unsigned int x:3;       /* unsed bits */
+       unsigned int x:3;       /* unused bits */
 
 } IXJ_FLAGS;