diff options
Diffstat (limited to 'drivers/telephony/ixj.h')
-rw-r--r-- | drivers/telephony/ixj.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/telephony/ixj.h b/drivers/telephony/ixj.h index 8d69bcdc29c9..4c32a43b7914 100644 --- a/drivers/telephony/ixj.h +++ b/drivers/telephony/ixj.h | |||
@@ -48,15 +48,11 @@ | |||
48 | typedef __u16 WORD; | 48 | typedef __u16 WORD; |
49 | typedef __u32 DWORD; | 49 | typedef __u32 DWORD; |
50 | typedef __u8 BYTE; | 50 | typedef __u8 BYTE; |
51 | typedef __u8 BOOL; | ||
52 | 51 | ||
53 | #ifndef IXJMAX | 52 | #ifndef IXJMAX |
54 | #define IXJMAX 16 | 53 | #define IXJMAX 16 |
55 | #endif | 54 | #endif |
56 | 55 | ||
57 | #define TRUE 1 | ||
58 | #define FALSE 0 | ||
59 | |||
60 | /****************************************************************************** | 56 | /****************************************************************************** |
61 | * | 57 | * |
62 | * This structure when unioned with the structures below makes simple byte | 58 | * This structure when unioned with the structures below makes simple byte |