diff options
Diffstat (limited to 'drivers/serial/dz.h')
-rw-r--r-- | drivers/serial/dz.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/serial/dz.h b/drivers/serial/dz.h index 6b34d50bf42d..1e836c3411d4 100644 --- a/drivers/serial/dz.h +++ b/drivers/serial/dz.h | |||
@@ -33,6 +33,8 @@ | |||
33 | #define DZ_FERR 0x2000 /* Frame error indicator */ | 33 | #define DZ_FERR 0x2000 /* Frame error indicator */ |
34 | #define DZ_PERR 0x1000 /* Parity error indicator */ | 34 | #define DZ_PERR 0x1000 /* Parity error indicator */ |
35 | 35 | ||
36 | #define DZ_BREAK 0x0800 /* BREAK event software flag */ | ||
37 | |||
36 | #define LINE(x) ((x & DZ_LINE_MASK) >> 8) /* Get the line number | 38 | #define LINE(x) ((x & DZ_LINE_MASK) >> 8) /* Get the line number |
37 | from the input buffer */ | 39 | from the input buffer */ |
38 | #define UCHAR(x) ((unsigned char)(x & DZ_RBUF_MASK)) | 40 | #define UCHAR(x) ((unsigned char)(x & DZ_RBUF_MASK)) |